Build start time: Tue Sep 16 11:05:33 UTC 2025 ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + DOCKER_VERSION=5:24.0.2-1~debian.11~bullseye + CONTAINERD_IO_VERSION=1.6.21-1 + LINUX_KERNEL_VERSION=5.10.0-30-2 + FILESYSTEM_ROOT=./fsroot + PLATFORM_DIR=platform + HOSTNAME=sonic + DEFAULT_USERINFO='Default admin user,,,' + BUILD_TOOL_PATH=src/sonic-build-hooks/buildinfo + TRUSTED_GPG_DIR=src/sonic-build-hooks/buildinfo/trusted.gpg.d + . ./onie-image.conf ++ : 32768 ++ : x86_64 ++ : broadcom ++ ONIEIMAGE_VERSION=r0 ++ FILESYSTEM_ROOT=./fsroot-broadcom ++ FILESYSTEM_SQUASHFS=fs.squashfs ++ ONIE_INSTALLER_PAYLOAD=fs.zip ++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz ++ DOCKERFS_DIR=docker ++ DOCKER_RAMFS_SIZE=2500M ++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom.bin ++ OUTPUT_RAW_IMAGE=target/sonic-broadcom.raw ++ RAW_IMAGE_DISK_SIZE=1700 ++ OUTPUT_KVM_IMAGE=target/sonic-broadcom.img ++ KVM_IMAGE_DISK_SIZE=16 ++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom.swi ++ ABOOT_BOOT_IMAGE=.sonic-boot.swi ++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom.img ++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom.img + '[' -n 32768 ']' + '[' -n fs.zip ']' + '[' -n fs.squashfs ']' + '[' aboot = aboot ']' + TARGET_BOOTLOADER=aboot + [[ y != y ]] + [[ n == y ]] + [[ y == y ]] + echo '[INFO] RFS build: second stage' [INFO] RFS build: second stage + sudo mount proc /proc -t proc + sudo umount -Rl ./fsroot-broadcom umount: ./fsroot-broadcom: not mounted + true + sudo fuser -vm ./fsroot-broadcom USER PID ACCESS COMMAND /sonic/fsroot-broadcom: root kernel mount /sonic jenkins 1 ..c.. docker-init jenkins 7 ..c.. bash jenkins 8 ..c.. make jenkins 562217 ..c.. bash jenkins 562352 ..c.. build_debian.sh jenkins 562353 ..c.. process_log.sh root 562363 ..c.. sudo + sudo rm -rf ./fsroot-broadcom + sudo unsquashfs -d ./fsroot-broadcom target/sonic-aboot-broadcom.swi__broadcom__rfs.squashfs Parallel unsquashfs: Using 112 processors 33963 inodes (41230 blocks) to write [==========- ] 7600/41230 18% [=============| ] 9600/41230 23% [========================================/ ] 28500/41230 69% [==============================================- ] 32800/41230 79% [===========================================================-] 41230/41230 100% created 25951 files created 3676 directories created 2657 symlinks created 5351 devices created 0 fifos + pushd ./fsroot-broadcom /sonic/fsroot-broadcom /sonic + sudo mount --bind . . + popd /sonic + trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true' + local oldcmd=true + local 'newcmd=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' + trap -- 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' EXIT INT TERM HUP + _trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' + local 'next=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' ++ echo 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' ++ sed -e 's/'\''/'\''\\'\'''\''/g' + eval 'trap_push() { local oldcmd='\''sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + sudo LANG=C chroot ./fsroot-broadcom mount proc /proc -t proc + export build_version=etri-202311.101-e86056371 + build_version=etri-202311.101-e86056371 ++ cat ./fsroot-broadcom/etc/debian_version + export debian_version=11.11 + debian_version=11.11 + export kernel_version=5.10.0-30-2-amd64 + kernel_version=5.10.0-30-2-amd64 + export asic_type=broadcom + asic_type=broadcom + export asic_subtype=broadcom + asic_subtype=broadcom ++ git rev-parse --short HEAD + export commit_id=e86056371 + commit_id=e86056371 ++ git rev-parse --abbrev-ref HEAD + export branch=etri-202311 + branch=etri-202311 ++ '[' -f ./fsroot-broadcom/etc/sonic/sonic_release ']' ++ cat ./fsroot-broadcom/etc/sonic/sonic_release + export release=202311 + release=202311 ++ date -u + export 'build_date=Tue Sep 16 11:10:00 UTC 2025' + build_date='Tue Sep 16 11:10:00 UTC 2025' + export build_number=101 + build_number=101 + export built_by=jenkins@w2sh-PowerEdge-R740 + built_by=jenkins@w2sh-PowerEdge-R740 + export sonic_os_version=11 + sonic_os_version=11 + j2 files/build_templates/sonic_version.yml.j2 + sudo tee ./fsroot-broadcom/etc/sonic/sonic_version.yml --- build_version: 'etri-202311.101-e86056371' debian_version: '11.11' kernel_version: '5.10.0-30-2-amd64' asic_type: broadcom asic_subtype: 'broadcom' commit_id: 'e86056371' branch: 'etri-202311' release: '202311' build_date: Tue Sep 16 11:10:00 UTC 2025 build_number: 101 built_by: jenkins@w2sh-PowerEdge-R740 libswsscommon: 1.0.0 sonic_utilities: 1.2 sonic_os_version: 11 secure_boot_image: 'no' + '[' -f sonic_debian_extension.sh ']' + ./sonic_debian_extension.sh ./fsroot-broadcom platform bullseye ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + . functions.sh ++ _trap_push true ++ local next=true +++ echo true +++ sed -e 's/'\''/'\''\\'\'''\''/g' ++ eval 'trap_push() { local oldcmd='\''true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + BUILD_SCRIPTS_DIR=files/build_scripts + BUILD_TEMPLATES=files/build_templates + IMAGE_CONFIGS=files/image_config + SCRIPTS_DIR=files/scripts + DOCKER_SCRIPTS_DIR=files/docker + DOCKER_CTL_DIR=/usr/lib/docker/ + DOCKER_CTL_SCRIPT=/usr/lib/docker//docker.sh + FILESYSTEM_ROOT_USR=./fsroot-broadcom/usr + FILESYSTEM_ROOT_USR_LIB=./fsroot-broadcom/usr/lib/ + FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM=./fsroot-broadcom/usr/lib//systemd/system + FILESYSTEM_ROOT_USR_SHARE=./fsroot-broadcom/usr/share + FILESYSTEM_ROOT_USR_SHARE_SONIC=./fsroot-broadcom/usr/share/sonic + FILESYSTEM_ROOT_USR_SHARE_SONIC_SCRIPTS=./fsroot-broadcom/usr/share/sonic/scripts + FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES=./fsroot-broadcom/usr/share/sonic/templates + FILESYSTEM_ROOT_USR_SHARE_SONIC_FIRMWARE=./fsroot-broadcom/usr/share/sonic/firmware + FILESYSTEM_ROOT_ETC=./fsroot-broadcom/etc + FILESYSTEM_ROOT_ETC_SONIC=./fsroot-broadcom/etc/sonic + GENERATED_SERVICE_FILE=./fsroot-broadcom/etc/sonic/generated_services.conf + trap_push clean_sys + local oldcmd=true + local 'newcmd=clean_sys; true' + trap -- 'clean_sys; true' EXIT INT TERM HUP + _trap_push 'clean_sys; true' + local 'next=clean_sys; true' ++ echo 'clean_sys; true' ++ sed -e 's/'\''/'\''\\'\'''\''/g' + eval 'trap_push() { local oldcmd='\''clean_sys; true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + sudo LANG=C chroot ./fsroot-broadcom mount sysfs /sys -t sysfs + sudo bash -c 'echo "DOCKER_OPTS="--storage-driver=overlay2"" >> ./fsroot-broadcom/etc/default/docker' + sudo mkdir -p ./fsroot-broadcom//usr/lib/docker/ + sudo cp files/docker/docker ./fsroot-broadcom//usr/lib/docker//docker.sh + [[ n == y ]] + [[ n == y ]] + sudo chroot ./fsroot-broadcom /usr/lib/docker//docker.sh start mount: /sys/fs/cgroup/cpu: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup. Starting Docker: docker. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get update Hit:1 https://download.docker.com/linux/debian bullseye InRelease Hit:2 http://debian-archive.trafficmanager.net/debian bullseye InRelease Hit:3 http://debian-archive.trafficmanager.net/debian bullseye-updates InRelease Hit:4 http://debian-archive.trafficmanager.net/debian-security bullseye-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 packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: sbsigntool The following NEW packages will be installed: efitools sbsigntool 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. Need to get 201 kB of archives. After this operation, 1465 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 sbsigntool amd64 0.9.2-2 [63.5 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 efitools amd64 1.9.2-2~deb11u1 [137 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 201 kB in 0s (451 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package sbsigntool. (Reading database ... 26794 files and directories currently installed.) Preparing to unpack .../sbsigntool_0.9.2-2_amd64.deb ... Unpacking sbsigntool (0.9.2-2) ... Selecting previously unselected package efitools. Preparing to unpack .../efitools_1.9.2-2~deb11u1_amd64.deb ... Unpacking efitools (1.9.2-2~deb11u1) ... Setting up sbsigntool (0.9.2-2) ... Setting up efitools (1.9.2-2~deb11u1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install mokutil Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: mokutil 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded. Need to get 26.6 kB of archives. After this operation, 81.9 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 mokutil amd64 0.6.0-2~deb11u1 [26.6 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 26.6 kB in 0s (78.6 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package mokutil. (Reading database ... 26846 files and directories currently installed.) Preparing to unpack .../mokutil_0.6.0-2~deb11u1_amd64.deb ... Unpacking mokutil (0.6.0-2~deb11u1) ... Setting up mokutil (0.6.0-2~deb11u1) ... + sudo cp files/image_config/environment/environment ./fsroot-broadcom/etc/ + sudo cp files/image_config/environment/motd ./fsroot-broadcom/etc/ + sudo mkdir -p ./fsroot-broadcom/etc/sonic/ + sudo mkdir -p ./fsroot-broadcom/etc/modprobe.d/ + sudo mkdir -p ./fsroot-broadcom/var/cache/sonic/ + sudo mkdir -p ./fsroot-broadcom/usr/share/sonic/templates/ + sudo mkdir -p ./fsroot-broadcom/usr/share/sonic/firmware/ + sudo mkdir -p ./fsroot-broadcom/usr/lib//systemd/system + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/ifupdown2_3.0.0-1_all.deb Selecting previously unselected package ifupdown2. (Reading database ... 26852 files and directories currently installed.) Preparing to unpack .../ifupdown2_3.0.0-1_all.deb ... Unpacking ifupdown2 (3.0.0-1) ... Setting up ifupdown2 (3.0.0-1) ... Configuration file '/etc/default/networking', does not exist on system. Installing new config file as you requested. Configuration file '/etc/network/ifupdown2/addons.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/network/ifupdown2/ifupdown2.conf', does not exist on system. Installing new config file as you requested. ifupdown2.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces ifupdown2.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces Created symlink /etc/systemd/system/basic.target.wants/networking.service → /lib/systemd/system/networking.service. Created symlink /etc/systemd/system/network.target.wants/networking.service → /lib/systemd/system/networking.service. Created symlink /etc/systemd/system/shutdown.target.wants/networking.service → /lib/systemd/system/networking.service. + sudo dpkg --root=./fsroot-broadcom --force-confdef --force-confold -i target/debs/bullseye/ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb (Reading database ... 26971 files and directories currently installed.) Preparing to unpack .../ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb ... Running in chroot, ignoring request. Stopping NTP server: ntpd. Unpacking ntp (1:4.2.8p15+dfsg-1+deb10u2) over (1:4.2.8p15+dfsg-1) ... Setting up ntp (1:4.2.8p15+dfsg-1+deb10u2) ... Running in chroot, ignoring request. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev libtirpc-dev linux-libc-dev python3.9-dev zlib1g-dev Suggested packages: glibc-doc manpages-dev Recommended packages: manpages manpages-dev libc-devtools javascript-common The following NEW packages will be installed: libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev libtirpc-dev linux-libc-dev python3-dev python3.9-dev zlib1g-dev 0 upgraded, 15 newly installed, 0 to remove and 6 not upgraded. Need to get 10.6 MB of archives. After this operation, 48.0 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u13 [277 kB] Get:2 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.237-1 [1820 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] Get:6 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u13 [2362 kB] Get:7 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u7 [143 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB] Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB] Get:11 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libpython3.9-dev amd64 3.9.2-1+deb11u3 [4341 kB] Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB] Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] Get:14 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 python3.9-dev amd64 3.9.2-1+deb11u3 [507 kB] Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 10.6 MB in 1s (8883 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package libc-dev-bin. (Reading database ... 26971 files and directories currently installed.) Preparing to unpack .../00-libc-dev-bin_2.31-13+deb11u13_amd64.deb ... Unpacking libc-dev-bin (2.31-13+deb11u13) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../01-linux-libc-dev_5.10.237-1_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.10.237-1) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../02-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../03-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../05-libc6-dev_2.31-13+deb11u13_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-13+deb11u13) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../06-libexpat1-dev_2.2.10-2+deb11u7_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../07-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-3_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-3) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../09-libjs-sphinxdoc_3.4.3-2_all.deb ... Unpacking libjs-sphinxdoc (3.4.3-2) ... Selecting previously unselected package libpython3.9-dev:amd64. Preparing to unpack .../10-libpython3.9-dev_3.9.2-1+deb11u3_amd64.deb ... Unpacking libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../11-libpython3-dev_3.9.2-3_amd64.deb ... Unpacking libpython3-dev:amd64 (3.9.2-3) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../12-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Selecting previously unselected package python3.9-dev. Preparing to unpack .../13-python3.9-dev_3.9.2-1+deb11u3_amd64.deb ... Unpacking python3.9-dev (3.9.2-1+deb11u3) ... Selecting previously unselected package python3-dev. Preparing to unpack .../14-python3-dev_3.9.2-3_amd64.deb ... Unpacking python3-dev (3.9.2-3) ... Setting up linux-libc-dev:amd64 (5.10.237-1) ... Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Setting up libnsl-dev:amd64 (1.3.0-2) ... Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up libc-dev-bin (2.31-13+deb11u13) ... Setting up libjs-underscore (1.9.1~dfsg-3) ... Setting up libjs-sphinxdoc (3.4.3-2) ... Setting up libc6-dev:amd64 (2.31-13+deb11u13) ... Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Setting up libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Setting up python3.9-dev (3.9.2-1+deb11u3) ... Setting up libpython3-dev:amd64 (3.9.2-3) ... Setting up python3-dev (3.9.2-3) ... + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install j2cli==0.3.10 DEPRECATION: Wheel filename 'j2cli-0.3.0_1-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'j2cli-0.3.0_1-py2-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 DEPRECATION: Wheel filename 'j2cli-0.3.1_0-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'j2cli-0.3.1_0-py2-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 Collecting j2cli==0.3.10 Downloading j2cli-0.3.10-py2.py3-none-any.whl.metadata (1.3 kB) Collecting jinja2>=2.7.2 (from j2cli==0.3.10) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.7.2->j2cli==0.3.10) Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Downloading j2cli-0.3.10-py2.py3-none-any.whl (8.9 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Installing collected packages: MarkupSafe, jinja2, j2cli Successfully installed MarkupSafe-3.0.2 j2cli-0.3.10 jinja2-3.1.6 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install redis==3.5.3 Collecting redis==3.5.3 Downloading redis-3.5.3-py2.py3-none-any.whl.metadata (36 kB) Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) Installing collected packages: redis Successfully installed redis-3.5.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl + REDIS_DUMP_LOAD_PY3_WHEEL_NAME=redis_dump_load-1.1-py3-none-any.whl + sudo cp target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom/redis_dump_load-1.1-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install redis_dump_load-1.1-py3-none-any.whl Processing /redis_dump_load-1.1-py3-none-any.whl Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load==1.1) (3.5.3) Installing collected packages: redis-dump-load Successfully installed redis-dump-load-1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/redis_dump_load-1.1-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install psutil Collecting psutil Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Installing collected packages: psutil Successfully installed psutil-7.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install ipaddr Collecting ipaddr Downloading ipaddr-2.2.0.tar.gz (26 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: ipaddr DEPRECATION: Building 'ipaddr' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ipaddr'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for ipaddr (setup.py): started Building wheel for ipaddr (setup.py): finished with status 'done' Created wheel for ipaddr: filename=ipaddr-2.2.0-py3-none-any.whl size=18281 sha256=29bdb70cb49334380e6eabf6eda974d5a29d1c6226b6b40596ac4646a419fc91 Stored in directory: /root/.cache/pip/wheels/f3/49/ea/303386407cca98ec8428ebd3ab85c0b851bab744c0afc653fa Successfully built ipaddr Installing collected packages: ipaddr Successfully installed ipaddr-2.2.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + [[ amd64 == amd64 ]] + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio==1.39.0 Collecting grpcio==1.39.0 Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting six>=1.5.2 (from grpcio==1.39.0) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 5.0 MB/s 0:00:00 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six, grpcio Successfully installed grpcio-1.39.0 six-1.17.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio-tools==1.39.0 Collecting grpcio-tools==1.39.0 Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (6.4 kB) Collecting protobuf<4.0dev,>=3.5.0.post1 (from grpcio-tools==1.39.0) Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (679 bytes) Requirement already satisfied: grpcio>=1.39.0 in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (1.39.0) Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (49.6.0) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.9/dist-packages (from grpcio>=1.39.0->grpcio-tools==1.39.0) (1.17.0) Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (2.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 5.6 MB/s 0:00:00 Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 2.2 MB/s 0:00:00 Installing collected packages: protobuf, grpcio-tools Successfully installed grpcio-tools-1.39.0 protobuf-3.20.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl + SONIC_PY_COMMON_PY3_WHEEL_NAME=sonic_py_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_py_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_py_common-1.0-py3-none-any.whl Processing /sonic_py_common-1.0-py3-none-any.whl Collecting natsort==6.2.1 (from sonic-py-common==1.0) Downloading natsort-6.2.1-py2.py3-none-any.whl.metadata (21 kB) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3) Downloading natsort-6.2.1-py2.py3-none-any.whl (37 kB) Installing collected packages: natsort, sonic-py-common Successfully installed natsort-6.2.1 sonic-py-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_py_common-1.0-py3-none-any.whl + [[ amd64 == armhf ]] + [[ amd64 == arm64 ]] + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang_1.0.73_amd64.deb Selecting previously unselected package libyang. (Reading database ... 28911 files and directories currently installed.) Preparing to unpack .../libyang_1.0.73_amd64.deb ... Unpacking libyang (1.0.73) ... Setting up libyang (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang-cpp_1.0.73_amd64.deb Selecting previously unselected package libyang-cpp. (Reading database ... 28928 files and directories currently installed.) Preparing to unpack .../libyang-cpp_1.0.73_amd64.deb ... Unpacking libyang-cpp (1.0.73) ... Setting up libyang-cpp (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/python3-yang_1.0.73_amd64.deb Selecting previously unselected package python3-yang. (Reading database ... 28933 files and directories currently installed.) Preparing to unpack .../python3-yang_1.0.73_amd64.deb ... Unpacking python3-yang (1.0.73) ... Setting up python3-yang (1.0.73) ... ++ basename target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl + SONIC_YANG_MODEL_PY3_WHEEL_NAME=sonic_yang_models-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_yang_models-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_yang_models-1.0-py3-none-any.whl Processing /sonic_yang_models-1.0-py3-none-any.whl Installing collected packages: sonic-yang-models Successfully installed sonic-yang-models-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_yang_models-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl + SONIC_YANG_MGMT_PY3_WHEEL_NAME=sonic_yang_mgmt-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_yang_mgmt-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl Processing /sonic_yang_mgmt-1.0-py3-none-any.whl Collecting xmltodict==0.12.0 (from sonic-yang-mgmt==1.0) Downloading xmltodict-0.12.0-py2.py3-none-any.whl.metadata (6.3 kB) Collecting ijson==2.6.1 (from sonic-yang-mgmt==1.0) Downloading ijson-2.6.1.tar.gz (29 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jsondiff>=1.2.0 (from sonic-yang-mgmt==1.0) Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) Collecting tabulate==0.8.2 (from sonic-yang-mgmt==1.0) Downloading tabulate-0.8.2.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (5.4.1) Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB) Building wheels for collected packages: ijson, tabulate DEPRECATION: Building 'ijson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ijson'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for ijson (setup.py): started Building wheel for ijson (setup.py): finished with status 'done' Created wheel for ijson: filename=ijson-2.6.1-py3-none-any.whl size=17423 sha256=d3356cbbeb3772dbc50f4738b6c1a29b8bf859a66f81922d57f3ae125e26dcff Stored in directory: /root/.cache/pip/wheels/d9/bf/75/d521a020ef274e6e95a67d5cc167bd26a485a72b296ac06c20 DEPRECATION: Building 'tabulate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'tabulate'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for tabulate (setup.py): started Building wheel for tabulate (setup.py): finished with status 'done' Created wheel for tabulate: filename=tabulate-0.8.2-py3-none-any.whl size=23533 sha256=f6435d0965a0dab686e0dda40f4190a91b6f4055ca97dfff19df4bdb8c369073 Stored in directory: /root/.cache/pip/wheels/e8/2f/6e/75badca4abe8d8cacb71f1bf6958b4d3f3c45cc00612d439a9 Successfully built ijson tabulate Installing collected packages: tabulate, ijson, xmltodict, jsondiff, sonic-yang-mgmt Successfully installed ijson-2.6.1 jsondiff-2.2.1 sonic-yang-mgmt-1.0 tabulate-0.8.2 xmltodict-0.12.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_yang_mgmt-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install pyangbind==0.8.1 Collecting pyangbind==0.8.1 Downloading pyangbind-0.8.1.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyang (from pyangbind==0.8.1) Downloading pyang-2.7.1-py2.py3-none-any.whl.metadata (1.0 kB) Collecting bitarray (from pyangbind==0.8.1) Downloading bitarray-3.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) Collecting lxml (from pyangbind==0.8.1) Downloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting regex (from pyangbind==0.8.1) Downloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) Requirement already satisfied: six in /usr/local/lib/python3.9/dist-packages (from pyangbind==0.8.1) (1.17.0) Collecting enum34 (from pyangbind==0.8.1) Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB) Downloading bitarray-3.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) Downloading enum34-1.1.10-py3-none-any.whl (11 kB) Downloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 15.9 MB/s 0:00:00 Downloading pyang-2.7.1-py2.py3-none-any.whl (598 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.5/598.5 kB 804.3 kB/s 0:00:00 Downloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (789 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 789.5/789.5 kB 2.0 MB/s 0:00:00 Building wheels for collected packages: pyangbind DEPRECATION: Building 'pyangbind' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyangbind'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pyangbind (setup.py): started Building wheel for pyangbind (setup.py): finished with status 'done' Created wheel for pyangbind: filename=pyangbind-0.8.1-py3-none-any.whl size=47759 sha256=eed237813d31002a759e0943e5009b58fb39658df89af6431ab0508401b8b2f1 Stored in directory: /root/.cache/pip/wheels/1c/76/58/d7d1318aa7106881ad5164bb1d54bf8524d8464afcfa1855aa Successfully built pyangbind Installing collected packages: enum34, bitarray, regex, lxml, pyang, pyangbind Successfully installed bitarray-3.7.1 enum34-1.1.10 lxml-6.0.1 pyang-2.7.1 pyangbind-0.8.1 regex-2025.9.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 uninstall -y enum34 Found existing installation: enum34 1.1.10 Uninstalling enum34-1.1.10: Successfully uninstalled enum34-1.1.10 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl + CONFIG_ENGINE_PY3_WHEEL_NAME=sonic_config_engine-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_config_engine-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_config_engine-1.0-py3-none-any.whl Processing /sonic_config_engine-1.0-py3-none-any.whl Collecting bitarray==1.5.3 (from sonic-config-engine==1.0) Downloading bitarray-1.5.3.tar.gz (54 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipaddress==1.0.23 (from sonic-config-engine==1.0) Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) Collecting lxml==4.9.1 (from sonic-config-engine==1.0) Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.3 kB) Collecting netaddr==0.8.0 (from sonic-config-engine==1.0) Downloading netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (5.4.1) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (3.1.6) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine==1.0) (3.0.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.6.1) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.8.2) Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (6.2.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3) Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 12.5 MB/s 0:00:00 Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 4.2 MB/s 0:00:00 Building wheels for collected packages: bitarray DEPRECATION: Building 'bitarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bitarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for bitarray (setup.py): started Building wheel for bitarray (setup.py): finished with status 'done' Created wheel for bitarray: filename=bitarray-1.5.3-cp39-cp39-linux_x86_64.whl size=116983 sha256=5bf9c32e7fcd586b046ab51b8797e95f07afe98b4f296f1093faa3c197c907b5 Stored in directory: /root/.cache/pip/wheels/7e/0a/8e/e35b31348d6abae176f63ff3b182fec154e9bc0c6909173b1a Successfully built bitarray Installing collected packages: netaddr, ipaddress, bitarray, lxml, sonic-config-engine Attempting uninstall: bitarray Found existing installation: bitarray 3.7.1 Uninstalling bitarray-3.7.1: Successfully uninstalled bitarray-3.7.1 Attempting uninstall: lxml Found existing installation: lxml 6.0.1 Uninstalling lxml-6.0.1: Successfully uninstalled lxml-6.0.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyangbind 0.8.1 requires enum34, which is not installed. Successfully installed bitarray-1.5.3 ipaddress-1.0.23 lxml-4.9.1 netaddr-0.8.0 sonic-config-engine-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_config_engine-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl + PLATFORM_COMMON_PY3_WHEEL_NAME=sonic_platform_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_platform_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_platform_common-1.0-py3-none-any.whl Processing /sonic_platform_common-1.0-py3-none-any.whl Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (6.2.1) Requirement already satisfied: PyYAML in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (5.4.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (3.5.3) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.5.3) Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0.23) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (4.9.1) Requirement already satisfied: netaddr==0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.6) Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine->sonic-platform-common==1.0) (3.0.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.6.1) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.8.2) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1) Installing collected packages: sonic-platform-common Successfully installed sonic-platform-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_platform_common-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl + PLATFORM_PDDF_COMMON_PY3_WHEEL_NAME=sonic_platform_pddf_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_platform_pddf_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_platform_pddf_common-1.0-py3-none-any.whl Processing /sonic_platform_pddf_common-1.0-py3-none-any.whl Collecting jsonschema==2.6.0 (from sonic-platform-pddf-common==1.0) Downloading jsonschema-2.6.0-py2.py3-none-any.whl.metadata (4.6 kB) Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Installing collected packages: jsonschema, sonic-platform-pddf-common Successfully installed jsonschema-2.6.0 sonic-platform-pddf-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_platform_pddf_common-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl + SYSTEM_HEALTH_PY3_WHEEL_NAME=system_health-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl ./fsroot-broadcom/system_health-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install system_health-1.0-py3-none-any.whl Processing /system_health-1.0-py3-none-any.whl Requirement already satisfied: natsort in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (6.2.1) Requirement already satisfied: docker in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (7.1.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (1.0) Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.32.5) Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.5.0) Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.8.3) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->system-health==1.0) (3.5.3) Installing collected packages: system-health Successfully installed system-health-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/system_health-1.0-py3-none-any.whl + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install build-essential libssl-dev swig Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: bzip2 dpkg-dev g++ g++-10 libdpkg-perl libstdc++-10-dev make patch swig4.0 Suggested packages: bzip2-doc debian-keyring g++-multilib g++-10-multilib gcc-10-doc git bzr libssl-doc libstdc++-10-doc make-doc ed diffutils-doc swig-doc swig-examples swig4.0-examples swig4.0-doc Recommended packages: fakeroot libalgorithm-merge-perl libfile-fcntllock-perl liblocale-gettext-perl The following NEW packages will be installed: build-essential bzip2 dpkg-dev g++ g++-10 libdpkg-perl libssl-dev libstdc++-10-dev make patch swig swig4.0 0 upgraded, 12 newly installed, 0 to remove and 6 not upgraded. Need to get 19.1 MB of archives. After this operation, 67.8 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB] Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 dpkg-dev all 1.20.13 [2314 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] Get:10 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libssl-dev amd64 1.1.1w-0+deb11u3 [1821 kB] Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig4.0 amd64 4.0.2-1 [1377 kB] Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig all 4.0.2-1 [330 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.1 MB in 1s (14.2 MB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package bzip2. (Reading database ... 28938 files and directories currently installed.) Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... Unpacking bzip2 (1.0.8-4) ... Selecting previously unselected package libstdc++-10-dev:amd64. Preparing to unpack .../01-libstdc++-10-dev_10.2.1-6_amd64.deb ... Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package g++-10. Preparing to unpack .../02-g++-10_10.2.1-6_amd64.deb ... Unpacking g++-10 (10.2.1-6) ... Selecting previously unselected package g++. Preparing to unpack .../03-g++_4%3a10.2.1-1_amd64.deb ... Unpacking g++ (4:10.2.1-1) ... Selecting previously unselected package make. Preparing to unpack .../04-make_4.3-4.1_amd64.deb ... Unpacking make (4.3-4.1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../05-libdpkg-perl_1.20.13_all.deb ... Unpacking libdpkg-perl (1.20.13) ... Selecting previously unselected package patch. Preparing to unpack .../06-patch_2.7.6-7_amd64.deb ... Unpacking patch (2.7.6-7) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../07-dpkg-dev_1.20.13_all.deb ... Unpacking dpkg-dev (1.20.13) ... Selecting previously unselected package build-essential. Preparing to unpack .../08-build-essential_12.9_amd64.deb ... Unpacking build-essential (12.9) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../09-libssl-dev_1.1.1w-0+deb11u3_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u3) ... Selecting previously unselected package swig4.0. Preparing to unpack .../10-swig4.0_4.0.2-1_amd64.deb ... Unpacking swig4.0 (4.0.2-1) ... Selecting previously unselected package swig. Preparing to unpack .../11-swig_4.0.2-1_all.deb ... Unpacking swig (4.0.2-1) ... Setting up libstdc++-10-dev:amd64 (10.2.1-6) ... Setting up g++-10 (10.2.1-6) ... Setting up bzip2 (1.0.8-4) ... Setting up make (4.3-4.1) ... Setting up libssl-dev:amd64 (1.1.1w-0+deb11u3) ... Setting up patch (2.7.6-7) ... Setting up libdpkg-perl (1.20.13) ... Setting up g++ (4:10.2.1-1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up swig4.0 (4.0.2-1) ... Setting up swig (4.0.2-1) ... Setting up dpkg-dev (1.20.13) ... Setting up build-essential (12.9) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install openssl Reading package lists... Building dependency tree... Reading state information... openssl is already the newest version (1.1.1w-0+deb11u3). openssl set to manually installed. The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libffi-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: libffi-dev 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. Need to get 56.5 kB of archives. After this operation, 308 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 56.5 kB in 1s (48.8 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 ... 31186 files and directories currently installed.) Preparing to unpack .../libffi-dev_3.3-6_amd64.deb ... Unpacking libffi-dev:amd64 (3.3-6) ... Setting up libffi-dev:amd64 (3.3-6) ... ++ basename target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl + SONIC_UTILITIES_PY3_WHEEL_NAME=sonic_utilities-1.2-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom/sonic_utilities-1.2-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_utilities-1.2-py3-none-any.whl Processing /sonic_utilities-1.2-py3-none-any.whl Collecting bcrypt==3.2.2 (from sonic-utilities==1.2) Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.3 kB) Collecting click==7.0 (from sonic-utilities==1.2) Downloading Click-7.0-py2.py3-none-any.whl.metadata (3.5 kB) Collecting cryptography==3.3.2 (from sonic-utilities==1.2) Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl.metadata (5.1 kB) Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.5.0) Collecting click-log>=0.3.2 (from sonic-utilities==1.2) Downloading click_log-0.4.0-py2.py3-none-any.whl.metadata (1.2 kB) Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (7.1.0) Collecting docker-image-py>=0.1.10 (from sonic-utilities==1.2) Downloading docker_image_py-0.1.13-py3-none-any.whl.metadata (223 bytes) Collecting filelock>=3.0.12 (from sonic-utilities==1.2) Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) Collecting enlighten>=1.8.0 (from sonic-utilities==1.2) Downloading enlighten-1.14.1-py2.py3-none-any.whl.metadata (18 kB) Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0.23) Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (3.1.6) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.2.1) Collecting jsonpatch>=1.32.0 (from sonic-utilities==1.2) Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) Collecting jsonpointer>=1.9 (from sonic-utilities==1.2) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) Collecting m2crypto>=0.31.0 (from sonic-utilities==1.2) Downloading m2crypto-0.45.1.tar.gz (363 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (6.2.1) Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.0) Collecting netifaces>=0.10.7 (from sonic-utilities==1.2) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (9.0 kB) Collecting paramiko==2.11.0 (from sonic-utilities==1.2) Downloading paramiko-2.11.0-py2.py3-none-any.whl.metadata (4.6 kB) Collecting pexpect>=4.8.0 (from sonic-utilities==1.2) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting semantic-version>=2.8.5 (from sonic-utilities==1.2) Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) Collecting prettyprinter>=0.18.0 (from sonic-utilities==1.2) Downloading prettyprinter-0.18.0-py2.py3-none-any.whl.metadata (12 kB) Collecting pyroute2<0.6.1,>=0.5.14 (from sonic-utilities==1.2) Downloading pyroute2-0.5.19.tar.gz (962 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 962.9/962.9 kB 1.6 MB/s 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting requests<=2.31.0,>=2.25.0 (from sonic-utilities==1.2) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.2) Collecting toposort==1.6 (from sonic-utilities==1.2) Downloading toposort-1.6-py2.py3-none-any.whl.metadata (6.0 kB) Collecting www-authenticate==0.9.2 (from sonic-utilities==1.2) Downloading www-authenticate-0.9.2.tar.gz (2.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.12.0) Collecting lazy-object-proxy (from sonic-utilities==1.2) Downloading lazy_object_proxy-1.12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Collecting cffi>=1.1 (from bcrypt==3.2.2->sonic-utilities==1.2) Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities==1.2) (1.17.0) Collecting pynacl>=1.0.1 (from paramiko==2.11.0->sonic-utilities==1.2) Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (9.4 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.8.3) Collecting pycparser (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities==1.2) Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2025.9.1) Collecting blessed>=1.17.7 (from enlighten>=1.8.0->sonic-utilities==1.2) Downloading blessed-1.22.0-py2.py3-none-any.whl.metadata (13 kB) Collecting prefixed>=0.3.2 (from enlighten>=1.8.0->sonic-utilities==1.2) Downloading prefixed-0.9.0-py2.py3-none-any.whl.metadata (11 kB) Collecting wcwidth>=0.1.4 (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities==1.2) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from jinja2>=2.11.3->sonic-utilities==1.2) (3.0.2) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (5.4.1) Collecting ptyprocess>=0.5 (from pexpect>=4.8.0->sonic-utilities==1.2) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting Pygments>=2.2.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting colorful>=0.4.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2) Downloading colorful-0.5.7-py2.py3-none-any.whl.metadata (16 kB) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.5.3) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (4.9.1) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (2.6.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1) Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB) Downloading Click-7.0-py2.py3-none-any.whl (81 kB) Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 6.4 MB/s 0:00:00 Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB) Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB) Downloading requests-2.31.0-py3-none-any.whl (62 kB) Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB) Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB) Downloading enlighten-1.14.1-py2.py3-none-any.whl (42 kB) Downloading blessed-1.22.0-py2.py3-none-any.whl (85 kB) Downloading filelock-3.19.1-py3-none-any.whl (15 kB) Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB) Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB) Downloading colorful-0.5.7-py2.py3-none-any.whl (201 kB) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.6 MB/s 0:00:00 Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 1.8 MB/s 0:00:00 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading lazy_object_proxy-1.12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (66 kB) Downloading pycparser-2.23-py3-none-any.whl (118 kB) Building wheels for collected packages: www-authenticate, pyroute2, m2crypto DEPRECATION: Building 'www-authenticate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'www-authenticate'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for www-authenticate (setup.py): started Building wheel for www-authenticate (setup.py): finished with status 'done' Created wheel for www-authenticate: filename=www_authenticate-0.9.2-py3-none-any.whl size=2932 sha256=7198128ce4334eabbeae0270ceb3502577412d447a2a3faabcc2ebc1672994b3 Stored in directory: /root/.cache/pip/wheels/f0/e5/b8/4d9d5b3b2155fe2053cf5644055cebce615d79896f3832580b DEPRECATION: Building 'pyroute2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyroute2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pyroute2 (setup.py): started Building wheel for pyroute2 (setup.py): finished with status 'done' Created wheel for pyroute2: filename=pyroute2-0.5.19-py3-none-any.whl size=411484 sha256=b329ec318b46e63588442a41d1246841a869d162fa7c7b5bc86635b743f8183e Stored in directory: /root/.cache/pip/wheels/4a/cb/14/cf69a4512042ae2c6f70c00ec4bec02af84e534c81156423dd Building wheel for m2crypto (pyproject.toml): started Building wheel for m2crypto (pyproject.toml): finished with status 'done' Created wheel for m2crypto: filename=m2crypto-0.45.1-cp39-cp39-linux_x86_64.whl size=809632 sha256=e00f4a726e8df4968346c3e3e0122df1aab1c5872c3669d7ec8f94f0116dcd43 Stored in directory: /root/.cache/pip/wheels/a1/35/60/001a87fcb522b991b00d1b043af8ae2aff99b7fa02844b4208 Successfully built www-authenticate pyroute2 m2crypto Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, m2crypto, colorful, semantic-version, requests, Pygments, pycparser, pexpect, lazy-object-proxy, jsonpointer, filelock, docker-image-py, click, blessed, prettyprinter, jsonpatch, enlighten, click-log, cffi, pynacl, cryptography, bcrypt, paramiko, sonic-utilities Attempting uninstall: requests Found existing installation: requests 2.32.5 Uninstalling requests-2.32.5: Successfully uninstalled requests-2.32.5 Successfully installed Pygments-2.19.2 bcrypt-3.2.2 blessed-1.22.0 cffi-2.0.0 click-7.0 click-log-0.4.0 colorful-0.5.7 cryptography-3.3.2 docker-image-py-0.1.13 enlighten-1.14.1 filelock-3.19.1 jsonpatch-1.33 jsonpointer-3.0.0 lazy-object-proxy-1.12.0 m2crypto-0.45.1 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pycparser-2.23 pynacl-1.6.0 pyroute2-0.5.19 requests-2.31.0 semantic-version-2.10.0 sonic-utilities-1.2 toposort-1.6 wcwidth-0.2.13 www-authenticate-0.9.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_utilities-1.2-py3-none-any.whl + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-utilities-data_1.0-1_all.deb Selecting previously unselected package sonic-utilities-data. (Reading database ... 31220 files and directories currently installed.) Preparing to unpack .../sonic-utilities-data_1.0-1_all.deb ... Unpacking sonic-utilities-data (1.0-1) ... dpkg: dependency problems prevent configuration of sonic-utilities-data: sonic-utilities-data depends on bash-completion; however: Package bash-completion is not installed. dpkg: error processing package sonic-utilities-data (--install): dependency problems - leaving unconfigured Errors were encountered while processing: sonic-utilities-data + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: bash-completion The following NEW packages will be installed: bash-completion 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. 1 not fully installed or removed. Need to get 234 kB of archives. After this operation, 1560 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 234 kB in 0s (559 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 ... 31262 files and directories currently installed.) Preparing to unpack .../bash-completion_1%3a2.11-2_all.deb ... Unpacking bash-completion (1:2.11-2) ... Setting up bash-completion (1:2.11-2) ... Setting up sonic-utilities-data (1.0-1) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/bash_5.1-2_amd64.deb dpkg: warning: downgrading bash from 5.1-2+deb11u1 to 5.1-2 (Reading database ... 32025 files and directories currently installed.) Preparing to unpack .../bullseye/bash_5.1-2_amd64.deb ... Unpacking bash (5.1-2) over (5.1-2+deb11u1) ... Setting up bash (5.1-2) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode + sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom/etc/ + sudo cp -f files/image_config/readline/inputrc ./fsroot-broadcom/etc/ + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 python3-mako python3-markdown python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev Suggested packages: libcairo2-doc freetype2-doc libgirepository1.0-doc libglib2.0-doc libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils libice-doc libsm-doc libx11-doc libxcb-doc libxext-doc python3-beaker python-mako-doc python-markdown-doc Recommended packages: libpng-tools python3-pygments python3-yaml The following NEW packages will be installed: fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libdbus-1-dev libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev libgirepository1.0-dev libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libsystemd-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 pkg-config python3-mako python3-markdown python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev 0 upgraded, 70 newly installed, 0 to remove and 7 not upgraded. Need to get 19.9 MB of archives. After this operation, 76.6 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gir1.2-freedesktop amd64 1.66.1-1+b1 [33.4 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markupsafe amd64 1.1.1-1+b3 [15.2 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markdown all 3.3.4-1 [71.4 kB] Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gobject-introspection amd64 1.66.1-1+b1 [301 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u2 [99.4 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u2 [225 kB] Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libbrotli-dev amd64 1.0.9-2+b2 [288 kB] Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB] Get:12 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u2 [418 kB] Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] Get:14 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] Get:16 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] Get:17 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB] Get:18 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] Get:19 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] Get:20 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] Get:21 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] Get:22 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB] Get:23 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:24 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] Get:25 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] Get:26 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB] Get:27 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng-dev amd64 1.6.37-3 [298 kB] Get:28 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1+deb11u2 [571 kB] Get:29 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1+deb11u2 [82.7 kB] Get:30 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] Get:31 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB] Get:32 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB] Get:33 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB] Get:34 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-dev all 2020.1-1 [594 kB] Get:35 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB] Get:36 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB] Get:37 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB] Get:38 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B] Get:39 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1-dev amd64 1.14-3 [176 kB] Get:40 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-dev amd64 2:1.7.2-1+deb11u2 [845 kB] Get:41 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB] Get:42 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-xext-dev all 2020.1-1 [3404 B] Get:43 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext-dev amd64 2:1.3.3-1.1 [107 kB] Get:44 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] Get:45 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] Get:46 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:47 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB] Get:48 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB] Get:49 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-dev amd64 0.40.0-1.1~deb11u1 [561 kB] Get:50 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB] Get:51 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB] Get:52 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-data all 2.66.8-1+deb11u6 [1177 kB] Get:53 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-bin amd64 2.66.8-1+deb11u6 [142 kB] Get:54 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev-bin amd64 2.66.8-1+deb11u6 [181 kB] Get:55 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsepol1-dev amd64 3.1-1+deb11u1 [341 kB] Get:56 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] Get:57 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] Get:58 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] Get:59 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] Get:60 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] Get:61 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u2 [78.1 kB] Get:62 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB] Get:63 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB] Get:64 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB] Get:65 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB] Get:66 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev amd64 2.66.8-1+deb11u6 [1582 kB] Get:67 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB] Get:68 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.28-0+deb11u1 [261 kB] Get:69 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgirepository1.0-dev amd64 1.66.1-1+b1 [834 kB] Get:70 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsystemd-dev amd64 247.3-7+deb11u7 [402 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.9 MB in 2s (11.3 MB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package fonts-dejavu-core. (Reading database ... 32025 files and directories currently installed.) Preparing to unpack .../00-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../01-fontconfig-config_2.13.1-4.2_all.deb ... Unpacking fontconfig-config (2.13.1-4.2) ... Selecting previously unselected package gir1.2-freedesktop:amd64. Preparing to unpack .../02-gir1.2-freedesktop_1.66.1-1+b1_amd64.deb ... Unpacking gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../03-python3-markupsafe_1.1.1-1+b3_amd64.deb ... Unpacking python3-markupsafe (1.1.1-1+b3) ... Selecting previously unselected package python3-mako. Preparing to unpack .../04-python3-mako_1.1.3+ds1-2_all.deb ... Unpacking python3-mako (1.1.3+ds1-2) ... Selecting previously unselected package python3-markdown. Preparing to unpack .../05-python3-markdown_3.3.4-1_all.deb ... Unpacking python3-markdown (3.3.4-1) ... Selecting previously unselected package gobject-introspection. Preparing to unpack .../06-gobject-introspection_1.66.1-1+b1_amd64.deb ... Unpacking gobject-introspection (1.66.1-1+b1) ... Selecting previously unselected package uuid-dev:amd64. Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking uuid-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libblkid-dev:amd64. Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libbrotli-dev:amd64. Preparing to unpack .../09-libbrotli-dev_1.0.9-2+b2_amd64.deb ... Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../10-libpng16-16_1.6.37-3_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.37-3) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../11-libfreetype6_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../12-libfontconfig1_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../13-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../14-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 .../15-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 .../16-libxcb1_1.14-3_amd64.deb ... Unpacking libxcb1:amd64 (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../17-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... Unpacking libx11-data (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../18-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../19-libxcb-render0_1.14-3_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../20-libxcb-shm0_1.14-3_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-3) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../21-libxext6_2%3a1.3.3-1.1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.3-1.1) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../22-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../23-libcairo2_1.16.0-5_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-5) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../24-libcairo-gobject2_1.16.0-5_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... Selecting previously unselected package libcairo-script-interpreter2:amd64. Preparing to unpack .../25-libcairo-script-interpreter2_1.16.0-5_amd64.deb ... Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ... Selecting previously unselected package libpng-dev:amd64. Preparing to unpack .../26-libpng-dev_1.6.37-3_amd64.deb ... Unpacking libpng-dev:amd64 (1.6.37-3) ... Selecting previously unselected package libfreetype-dev:amd64. Preparing to unpack .../27-libfreetype-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package libfreetype6-dev:amd64. Preparing to unpack .../28-libfreetype6-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package pkg-config. Preparing to unpack .../29-pkg-config_0.29.2-1_amd64.deb ... Unpacking pkg-config (0.29.2-1) ... Selecting previously unselected package libfontconfig-dev:amd64. Preparing to unpack .../30-libfontconfig-dev_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ... Selecting previously unselected package libfontconfig1-dev:amd64. Preparing to unpack .../31-libfontconfig1-dev_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../32-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 .../33-x11proto-dev_2020.1-1_all.deb ... Unpacking x11proto-dev (2020.1-1) ... Selecting previously unselected package libxau-dev:amd64. Preparing to unpack .../34-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 .../35-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 .../36-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 .../37-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 .../38-libxcb1-dev_1.14-3_amd64.deb ... Unpacking libxcb1-dev:amd64 (1.14-3) ... Selecting previously unselected package libx11-dev:amd64. Preparing to unpack .../39-libx11-dev_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxrender-dev:amd64. Preparing to unpack .../40-libxrender-dev_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender-dev:amd64 (1:0.9.10-1) ... Selecting previously unselected package x11proto-xext-dev. Preparing to unpack .../41-x11proto-xext-dev_2020.1-1_all.deb ... Unpacking x11proto-xext-dev (2020.1-1) ... Selecting previously unselected package libxext-dev:amd64. Preparing to unpack .../42-libxext-dev_2%3a1.3.3-1.1_amd64.deb ... Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ... Selecting previously unselected package x11-common. Preparing to unpack .../43-x11-common_1%3a7.7+22_all.deb ... Unpacking x11-common (1:7.7+22) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../44-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 .../45-libsm6_2%3a1.2.3-1_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1) ... Selecting previously unselected package libice-dev:amd64. Preparing to unpack .../46-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 .../47-libsm-dev_2%3a1.2.3-1_amd64.deb ... Unpacking libsm-dev:amd64 (2:1.2.3-1) ... Selecting previously unselected package libpixman-1-dev:amd64. Preparing to unpack .../48-libpixman-1-dev_0.40.0-1.1~deb11u1_amd64.deb ... Unpacking libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Selecting previously unselected package libxcb-render0-dev:amd64. Preparing to unpack .../49-libxcb-render0-dev_1.14-3_amd64.deb ... Unpacking libxcb-render0-dev:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0-dev:amd64. Preparing to unpack .../50-libxcb-shm0-dev_1.14-3_amd64.deb ... Unpacking libxcb-shm0-dev:amd64 (1.14-3) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../51-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../52-libglib2.0-bin_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-bin (2.66.8-1+deb11u6) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../53-libglib2.0-dev-bin_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Selecting previously unselected package libsepol1-dev:amd64. Preparing to unpack .../54-libsepol1-dev_3.1-1+deb11u1_amd64.deb ... Unpacking libsepol1-dev:amd64 (3.1-1+deb11u1) ... Selecting previously unselected package libpcre2-16-0:amd64. Preparing to unpack .../55-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-32-0:amd64. Preparing to unpack .../56-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-posix2:amd64. Preparing to unpack .../57-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-dev:amd64. Preparing to unpack .../58-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libselinux1-dev:amd64. Preparing to unpack .../59-libselinux1-dev_3.1-3_amd64.deb ... Unpacking libselinux1-dev:amd64 (3.1-3) ... Selecting previously unselected package libmount-dev:amd64. Preparing to unpack .../60-libmount-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking libmount-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../61-libpcre16-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../62-libpcre32-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../63-libpcrecpp0v5_2%3a8.39-13_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../64-libpcre3-dev_2%3a8.39-13_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-13) ... Selecting previously unselected package libglib2.0-dev:amd64. Preparing to unpack .../65-libglib2.0-dev_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Selecting previously unselected package libcairo2-dev:amd64. Preparing to unpack .../66-libcairo2-dev_1.16.0-5_amd64.deb ... Unpacking libcairo2-dev:amd64 (1.16.0-5) ... Selecting previously unselected package libdbus-1-dev:amd64. Preparing to unpack .../67-libdbus-1-dev_1.12.28-0+deb11u1_amd64.deb ... Unpacking libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Selecting previously unselected package libgirepository1.0-dev:amd64. Preparing to unpack .../68-libgirepository1.0-dev_1.66.1-1+b1_amd64.deb ... Unpacking libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Selecting previously unselected package libsystemd-dev:amd64. Preparing to unpack .../69-libsystemd-dev_247.3-7+deb11u7_amd64.deb ... Unpacking libsystemd-dev:amd64 (247.3-7+deb11u7) ... Setting up libpcrecpp0v5:amd64 (2:8.39-13) ... Setting up libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Setting up libxau6:amd64 (1:1.0.9-1) ... Setting up libxdmcp6:amd64 (1:1.1.2-3) ... Setting up libxcb1:amd64 (1.14-3) ... Setting up gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Setting up libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Setting up libpcre16-3:amd64 (2:8.39-13) ... Setting up libxcb-render0:amd64 (1.14-3) ... Setting up x11-common (1:7.7+22) ... Running in chroot, ignoring request. Setting up libsepol1-dev:amd64 (3.1-1+deb11u1) ... Setting up libxcb-shm0:amd64 (1.14-3) ... Setting up python3-markupsafe (1.1.1-1+b3) ... Setting up libpthread-stubs0-dev:amd64 (0.4-1) ... Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Setting up xtrans-dev (1.4.0-1) ... Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Setting up libglib2.0-data (2.66.8-1+deb11u6) ... Setting up libx11-data (2:1.7.2-1+deb11u2) ... Setting up uuid-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libpng16-16:amd64 (1.6.37-3) ... Setting up libpcre32-3:amd64 (2:8.39-13) ... Setting up python3-markdown (3.3.4-1) ... Setting up pkg-config (0.29.2-1) ... Setting up fonts-dejavu-core (2.37-2) ... Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Setting up xorg-sgml-doctools (1:1.11-1.1) ... Setting up libsystemd-dev:amd64 (247.3-7+deb11u7) ... Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ... Setting up python3-mako (1.1.3+ds1-2) ... Setting up x11proto-dev (2020.1-1) ... Setting up libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libice6:amd64 (2:1.0.10-1) ... Setting up libxau-dev:amd64 (1:1.0.9-1) ... Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libice-dev:amd64 (2:1.0.10-1) ... Setting up libselinux1-dev:amd64 (3.1-3) ... Setting up libpcre3-dev:amd64 (2:8.39-13) ... Setting up fontconfig-config (2.13.1-4.2) ... Setting up libpng-dev:amd64 (1.6.37-3) ... Setting up libxext6:amd64 (2:1.3.3-1.1) ... Setting up gobject-introspection (1.66.1-1+b1) ... Setting up libglib2.0-bin (2.66.8-1+deb11u6) ... Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ... Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Setting up x11proto-xext-dev (2020.1-1) ... Setting up libfontconfig1:amd64 (2.13.1-4.2) ... Setting up libsm6:amd64 (2:1.2.3-1) ... Setting up libmount-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libxcb1-dev:amd64 (1.14-3) ... Setting up libsm-dev:amd64 (2:1.2.3-1) ... Setting up libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Setting up libcairo2:amd64 (1.16.0-5) ... Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libxcb-shm0-dev:amd64 (1.14-3) ... Setting up libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Setting up libxcb-render0-dev:amd64 (1.14-3) ... Setting up libxext-dev:amd64 (2:1.3.3-1.1) ... Setting up libcairo-gobject2:amd64 (1.16.0-5) ... Setting up libxrender-dev:amd64 (1:0.9.10-1) ... Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ... Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ... Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... No schema files found: doing nothing. Processing triggers for libc-bin (2.31-13+deb11u13) ... Setting up libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Setting up libcairo2-dev:amd64 (1.16.0-5) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark manual gir1.2-glib-2.0 libdbus-1-3 libgirepository-1.0-1 libsystemd0 python3-dbus libsystemd0 was already set to manually installed. gir1.2-glib-2.0 set to manually installed. libdbus-1-3 set to manually installed. libgirepository-1.0-1 set to manually installed. python3-dbus set to manually installed. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install systemd-python Collecting systemd-python Downloading systemd-python-235.tar.gz (61 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: systemd-python DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for systemd-python (setup.py): started Building wheel for systemd-python (setup.py): finished with status 'done' Created wheel for systemd-python: filename=systemd_python-235-cp39-cp39-linux_x86_64.whl size=150275 sha256=2a30937192d5c5c035987ece9e52ad53857deacfcbc57c75b168ff5c88f3aba0 Stored in directory: /root/.cache/pip/wheels/83/7c/21/2e074661efe0d5872ae9331f32bc599720369b8ddb5e5d4d21 Successfully built systemd-python Installing collected packages: systemd-python Successfully installed systemd-python-235 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl + SONIC_HOST_SERVICES_PY3_WHEEL_NAME=sonic_host_services-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_host_services-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install pycairo==1.26.0 Collecting pycairo==1.26.0 Downloading pycairo-1.26.0.tar.gz (346 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: pycairo Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.26.0-cp39-cp39-linux_x86_64.whl size=308863 sha256=ad8381ea4a55110b5988dce8d97aba19352a551be7dcb569bbbf52201dfa3677 Stored in directory: /root/.cache/pip/wheels/91/e5/47/8d489718d63c88c6ca05ed6e3c0118324e3780c4d383d363bb Successfully built pycairo Installing collected packages: pycairo Successfully installed pycairo-1.26.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install meson-python ninja Collecting meson-python Downloading meson_python-0.18.0-py3-none-any.whl.metadata (2.8 kB) Collecting ninja Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) Collecting meson>=0.64.0 (from meson-python) Downloading meson-1.9.0-py3-none-any.whl.metadata (1.8 kB) Collecting packaging>=23.2 (from meson-python) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pyproject-metadata>=0.9.0 (from meson-python) Downloading pyproject_metadata-0.9.1-py3-none-any.whl.metadata (7.0 kB) Collecting tomli>=1.0.0 (from meson-python) Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) Downloading meson_python-0.18.0-py3-none-any.whl (28 kB) Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) Downloading meson-1.9.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 71.1 MB/s 0:00:00 Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pyproject_metadata-0.9.1-py3-none-any.whl (18 kB) Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Installing collected packages: tomli, packaging, ninja, meson, pyproject-metadata, meson-python Successfully installed meson-1.9.0 meson-python-0.18.0 ninja-1.13.0 packaging-25.0 pyproject-metadata-0.9.1 tomli-2.2.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install --no-build-isolation pygobject==3.50.0 Collecting pygobject==3.50.0 Downloading pygobject-3.50.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 62.2 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: pycairo>=1.16 in /usr/local/lib/python3.9/dist-packages (from pygobject==3.50.0) (1.26.0) Building wheels for collected packages: pygobject Building wheel for pygobject (pyproject.toml): started Building wheel for pygobject (pyproject.toml): finished with status 'done' Created wheel for pygobject: filename=pygobject-3.50.0-cp39-cp39-linux_x86_64.whl size=267268 sha256=db88fb0fcb568a9045c5e0852e4c7cbc88d5ac4815940f1f0f5820274aed5cf3 Stored in directory: /root/.cache/pip/wheels/8a/78/a7/e30ca6235e7a1391a016f21039916fd4737c49f70f4564eea9 Successfully built pygobject Installing collected packages: pygobject Successfully installed pygobject-3.50.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_host_services-1.0-py3-none-any.whl Processing /sonic_host_services-1.0-py3-none-any.whl Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.2.16) Requirement already satisfied: systemd-python in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (235) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.1.6) Requirement already satisfied: PyGObject in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.50.0) Collecting pycairo==1.26.1 (from sonic-host-services==1.0) Downloading pycairo-1.26.1.tar.gz (346 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: psutil in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (7.0.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-host-services==1.0) (3.0.2) Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.2.1) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3) Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2) Requirement already satisfied: click==7.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0) Requirement already satisfied: cryptography==3.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.3.2) Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.5.0) Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0) Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0) Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13) Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.19.1) Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.14.1) Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0.23) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.2.1) Requirement already satisfied: jsonpatch>=1.32.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33) Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0) Requirement already satisfied: m2crypto>=0.31.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.45.1) Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.0) Requirement already satisfied: netifaces>=0.10.7 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.11.0) Requirement already satisfied: paramiko==2.11.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.11.0) Requirement already satisfied: pexpect>=4.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0) Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0) Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0) Requirement already satisfied: pyroute2<0.6.1,>=0.5.14 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.5.19) Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.2) Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6) Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0) Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.12.0) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.9/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.0.0) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities->sonic-host-services==1.0) (1.17.0) Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.9/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.6.0) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.8.3) Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.23) Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities->sonic-host-services==1.0) (2025.9.1) Requirement already satisfied: blessed>=1.17.7 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.22.0) Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0) Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.9/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.9/dist-packages (from pexpect>=4.8.0->sonic-utilities->sonic-host-services==1.0) (0.7.0) Requirement already satisfied: Pygments>=2.2.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.2) Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.7) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.5.3) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (4.9.1) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (2.6.1) Building wheels for collected packages: pycairo Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.26.1-cp39-cp39-linux_x86_64.whl size=308935 sha256=8ad2c319b29bd009e5d9fc18023754c0d93b9e67b0b8f5eeb4fe117e817e6316 Stored in directory: /root/.cache/pip/wheels/50/76/7c/8edfe72166596f9187f15ccb45f26b0fee99a17077131d3d12 Successfully built pycairo Installing collected packages: pycairo, sonic-host-services Attempting uninstall: pycairo Found existing installation: pycairo 1.26.0 Uninstalling pycairo-1.26.0: Successfully uninstalled pycairo-1.26.0 Successfully installed pycairo-1.26.1 sonic-host-services-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom/sonic_host_services-1.0-py3-none-any.whl + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-host-services-data_1.0-1_all.deb Selecting previously unselected package sonic-host-services-data. (Reading database ... 35260 files and directories currently installed.) Preparing to unpack .../sonic-host-services-data_1.0-1_all.deb ... Unpacking sonic-host-services-data (1.0-1) ... Setting up sonic-host-services-data (1.0-1) ... Configuration file '/etc/dbus-1/system.d/org.sonic.hostservice.conf', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service → /lib/systemd/system/caclmgrd.service. Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer. Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer. Created symlink /etc/systemd/system/timers.target.wants/featured.timer → /lib/systemd/system/featured.timer. Created symlink /etc/systemd/system/sonic.target.wants/featured.timer → /lib/systemd/system/featured.timer. Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer. Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer. Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service → /lib/systemd/system/procdockerstatsd.service. Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service → /lib/systemd/system/determine-reboot-cause.service. Created symlink /etc/systemd/system/timers.target.wants/process-reboot-cause.timer → /lib/systemd/system/process-reboot-cause.timer. Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Processing triggers for dbus (1.12.28-0+deb11u1) ... + [[ -z broadcom ]] + [[ -n broadcom ]] + [[ broadcom == \b\r\o\a\d\c\o\m ]] + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/opennsl-modules_10.1.0.0_amd64.deb Selecting previously unselected package opennsl-modules. (Reading database ... 35283 files and directories currently installed.) Preparing to unpack .../opennsl-modules_10.1.0.0_amd64.deb ... Unpacking opennsl-modules (10.1.0.0) ... Setting up opennsl-modules (10.1.0.0) ... Configuration file '/etc/init.d/opennsl-modules', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service → /lib/systemd/system/opennsl-modules.service. Running in chroot, ignoring request. + [[ -z broadcom-dnx ]] + [[ -n broadcom-dnx ]] + [[ broadcom == \b\r\o\a\d\c\o\m\-\d\n\x ]] + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-device-data_1.0-1_all.deb Selecting previously unselected package sonic-device-data. (Reading database ... 35295 files and directories currently installed.) Preparing to unpack .../sonic-device-data_1.0-1_all.deb ... Unpacking sonic-device-data (1.0-1) ... Setting up sonic-device-data (1.0-1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libpam-cracklib Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: cracklib-runtime libcrack2 wamerican The following NEW packages will be installed: cracklib-runtime libcrack2 libpam-cracklib wamerican 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. Need to get 517 kB of archives. After this operation, 2003 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 wamerican all 2019.10.06-1 [215 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrack2 amd64 2.9.6-3.4 [56.0 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 cracklib-runtime amd64 2.9.6-3.4 [155 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpam-cracklib amd64 1.4.0-9+deb11u1 [90.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 517 kB in 0s (1099 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package wamerican. (Reading database ... 49768 files and directories currently installed.) Preparing to unpack .../wamerican_2019.10.06-1_all.deb ... Unpacking wamerican (2019.10.06-1) ... Selecting previously unselected package libcrack2:amd64. Preparing to unpack .../libcrack2_2.9.6-3.4_amd64.deb ... Unpacking libcrack2:amd64 (2.9.6-3.4) ... Selecting previously unselected package cracklib-runtime. Preparing to unpack .../cracklib-runtime_2.9.6-3.4_amd64.deb ... Unpacking cracklib-runtime (2.9.6-3.4) ... Selecting previously unselected package libpam-cracklib:amd64. Preparing to unpack .../libpam-cracklib_1.4.0-9+deb11u1_amd64.deb ... Unpacking libpam-cracklib:amd64 (1.4.0-9+deb11u1) ... Setting up wamerican (2019.10.06-1) ... Setting up libcrack2:amd64 (2.9.6-3.4) ... Setting up cracklib-runtime (2.9.6-3.4) ... Setting up libpam-cracklib:amd64 (1.4.0-9+deb11u1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libtac2_1.4.1-1_amd64.deb Selecting previously unselected package libtac2. (Reading database ... 49864 files and directories currently installed.) Preparing to unpack .../libtac2_1.4.1-1_amd64.deb ... Unpacking libtac2 (1.4.1-1) ... Setting up libtac2 (1.4.1-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libpam-tacplus_1.4.1-1_amd64.deb Selecting previously unselected package libpam-tacplus. (Reading database ... 49872 files and directories currently installed.) Preparing to unpack .../libpam-tacplus_1.4.1-1_amd64.deb ... Unpacking libpam-tacplus (1.4.1-1) ... Setting up libpam-tacplus (1.4.1-1) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnss-tacplus_1.0.4-1_amd64.deb Selecting previously unselected package libnss-tacplus. (Reading database ... 49881 files and directories currently installed.) Preparing to unpack .../libnss-tacplus_1.0.4-1_amd64.deb ... Unpacking libnss-tacplus (1.0.4-1) ... Setting up libnss-tacplus (1.0.4-1) ... Configuration file '/etc/tacplus_nss.conf', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/bash-tacplus_1.0.0_amd64.deb Selecting previously unselected package bash-tacplus. (Reading database ... 49889 files and directories currently installed.) Preparing to unpack .../bash-tacplus_1.0.0_amd64.deb ... Unpacking bash-tacplus (1.0.0) ... Setting up bash-tacplus (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/audisp-tacplus_1.0.2_amd64.deb Selecting previously unselected package audisp-tacplus. (Reading database ... 49894 files and directories currently installed.) Preparing to unpack .../audisp-tacplus_1.0.2_amd64.deb ... Unpacking audisp-tacplus (1.0.2) ... Setting up audisp-tacplus (1.0.2) ... Configuration file '/etc/audit/plugins.d/audisp-tacplus.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/audit/rules.d/audisp-tacplus.rules', does not exist on system. Installing new config file as you requested. Running in chroot, ignoring command 'is-active' Running in chroot, ignoring command 'restart' + sudo LANG=C chroot ./fsroot-broadcom pam-auth-update --remove tacplus debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype + sudo sed -i -e '/^passwd/s/ tacplus//' ./fsroot-broadcom/etc/nsswitch.conf + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libpam-radius-auth_1.4.1-1_amd64.deb Selecting previously unselected package libpam-radius-auth. (Reading database ... 49903 files and directories currently installed.) Preparing to unpack .../libpam-radius-auth_1.4.1-1_amd64.deb ... Unpacking libpam-radius-auth (1.4.1-1) ... Setting up libpam-radius-auth (1.4.1-1) ... Configuration file '/etc/logrotate.d/pam_radius', does not exist on system. Installing new config file as you requested. Configuration file '/etc/pam_radius_auth.conf', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnss-radius_1.0.1-1_amd64.deb Selecting previously unselected package libnss-radius:amd64. (Reading database ... 49922 files and directories currently installed.) Preparing to unpack .../libnss-radius_1.0.1-1_amd64.deb ... Unpacking libnss-radius:amd64 (1.0.1-1) ... Setting up libnss-radius:amd64 (1.0.1-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom/etc/nsswitch.conf + '[' aboot '!=' uboot ']' + sudo DEBIAN_FRONTEND=noninteractive dpkg --root=./fsroot-broadcom -i target/debs/bullseye/kdump-tools_1.6.8.4_amd64.deb Selecting previously unselected package kdump-tools. (Reading database ... 49928 files and directories currently installed.) Preparing to unpack .../kdump-tools_1.6.8.4_amd64.deb ... Unpacking kdump-tools (1:1.6.8.4) ... Setting up kdump-tools (1:1.6.8.4) ... Configuration file '/etc/default/grub.d/kdump-tools.cfg', does not exist on system. Installing new config file as you requested. Configuration file '/etc/init.d/kdump-tools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kdump/sysctl.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kernel/postinst.d/kdump-tools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kernel/postrm.d/kdump-tools', does not exist on system. Installing new config file as you requested. Creating config file /etc/default/kdump-tools with new version Running in chroot, ignoring request. Created symlink /etc/systemd/system/multi-user.target.wants/kdump-tools.service → /lib/systemd/system/kdump-tools.service. Processing triggers for initramfs-tools (0.140) ... update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64 + cat files/image_config/kdump/kdump-tools + sudo tee -a ./fsroot-broadcom/etc/default/kdump-tools ++ ls ./fsroot-broadcom/lib/modules/ + for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/) + sudo LANG=C chroot ./fsroot-broadcom /etc/kernel/postinst.d/kdump-tools 5.10.0-30-2-amd64 + sudo LANG=C chroot ./fsroot-broadcom kdump-config symlinks 5.10.0-30-2-amd64 Creating symlink /var/lib/kdump/vmlinuz. Creating symlink /var/lib/kdump/initrd.img. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-3-200:amd64. (Reading database ... 49951 files and directories currently installed.) Preparing to unpack .../libnl-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.5.0-1) ... Setting up libnl-3-200:amd64 (3.5.0-1) ... Configuration file '/etc/libnl-3/classid', does not exist on system. Installing new config file as you requested. Configuration file '/etc/libnl-3/pktloc', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-genl-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-genl-3-200:amd64. (Reading database ... 49961 files and directories currently installed.) Preparing to unpack .../libnl-genl-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-genl-3-200:amd64 (3.5.0-1) ... Setting up libnl-genl-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-route-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-route-3-200:amd64. (Reading database ... 49967 files and directories currently installed.) Preparing to unpack .../libnl-route-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.5.0-1) ... Setting up libnl-route-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-nf-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-nf-3-200:amd64. (Reading database ... 49973 files and directories currently installed.) Preparing to unpack .../libnl-nf-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-nf-3-200:amd64 (3.5.0-1) ... Setting up libnl-nf-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-cli-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-cli-3-200:amd64. (Reading database ... 49979 files and directories currently installed.) Preparing to unpack .../libnl-cli-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-cli-3-200:amd64 (3.5.0-1) ... Setting up libnl-cli-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang_1.0.73_amd64.deb (Reading database ... 49999 files and directories currently installed.) Preparing to unpack .../libyang_1.0.73_amd64.deb ... Unpacking libyang (1.0.73) over (1.0.73) ... Setting up libyang (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libswsscommon_1.0.0_amd64.deb Selecting previously unselected package libswsscommon. (Reading database ... 49999 files and directories currently installed.) Preparing to unpack .../libswsscommon_1.0.0_amd64.deb ... Unpacking libswsscommon (1.0.0) ... dpkg: dependency problems prevent configuration of libswsscommon: libswsscommon depends on libboost-serialization1.74.0 (>= 1.74.0); however: Package libboost-serialization1.74.0 is not installed. libswsscommon depends on libhiredis0.14 (>= 0.14.0); however: Package libhiredis0.14 is not installed. libswsscommon depends on libzmq5 (>= 4.0.1+dfsg); however: Package libzmq5 is not installed. dpkg: error processing package libswsscommon (--install): dependency problems - leaving unconfigured Processing triggers for libc-bin (2.31-13+deb11u13) ... Errors were encountered while processing: libswsscommon + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libsodium23 libzmq5 The following NEW packages will be installed: libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libsodium23 libzmq5 0 upgraded, 6 newly installed, 0 to remove and 8 not upgraded. 1 not fully installed or removed. Need to get 1194 kB of archives. After this operation, 4765 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libhiredis0.14 amd64 0.14.1-1 [35.5 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1194 kB in 1s (2196 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 ... 50017 files and directories currently installed.) Preparing to unpack .../0-libboost-serialization1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libhiredis0.14:amd64. Preparing to unpack .../1-libhiredis0.14_0.14.1-1_amd64.deb ... Unpacking libhiredis0.14:amd64 (0.14.1-1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../2-libnorm1_1.5.9+dfsg-2_amd64.deb ... Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ... Selecting previously unselected package libpgm-5.3-0:amd64. Preparing to unpack .../3-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ... Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../4-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../5-libzmq5_4.3.4-1+deb11u1_amd64.deb ... Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ... Setting up libhiredis0.14:amd64 (0.14.1-1) ... Setting up libzmq5:amd64 (4.3.4-1+deb11u1) ... Setting up libswsscommon (1.0.0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i dpkg: error: --install needs at least one package archive file argument Type dpkg --help for help about installing and deinstalling packages [*]; Use 'apt' or 'aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Options marked [*] produce a lot of output - pipe it through 'less' or 'more' ! + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb Selecting previously unselected package python3-swsscommon. (Reading database ... 50054 files and directories currently installed.) Preparing to unpack .../python3-swsscommon_1.0.0_amd64.deb ... Unpacking python3-swsscommon (1.0.0) ... Setting up python3-swsscommon (1.0.0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-db-cli_1.0.0_amd64.deb Selecting previously unselected package sonic-db-cli. (Reading database ... 50068 files and directories currently installed.) Preparing to unpack .../sonic-db-cli_1.0.0_amd64.deb ... Unpacking sonic-db-cli (1.0.0) ... Setting up sonic-db-cli (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-rsyslog-plugin_1.0.0-0_amd64.deb Selecting previously unselected package sonic-rsyslog-plugin. (Reading database ... 50071 files and directories currently installed.) Preparing to unpack .../sonic-rsyslog-plugin_1.0.0-0_amd64.deb ... Unpacking sonic-rsyslog-plugin (1.0.0-0) ... dpkg: dependency problems prevent configuration of sonic-rsyslog-plugin: sonic-rsyslog-plugin depends on liblua5.1-0; however: Package liblua5.1-0 is not installed. dpkg: error processing package sonic-rsyslog-plugin (--install): dependency problems - leaving unconfigured Errors were encountered while processing: sonic-rsyslog-plugin + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: liblua5.1-0 The following NEW packages will be installed: liblua5.1-0 0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded. 1 not fully installed or removed. Need to get 109 kB of archives. After this operation, 412 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 109 kB in 0s (293 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 ... 50078 files and directories currently installed.) Preparing to unpack .../liblua5.1-0_5.1.5-8.1+b3_amd64.deb ... Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b3) ... Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ... Setting up sonic-rsyslog-plugin (1.0.0-0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/events_info.json + sudo tee ./fsroot-broadcom/etc/rsyslog.d/host_events.conf ## rsyslog-plugin for streaming telemetry via gnmi template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } if re_match($programname, "monit") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/monit_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "sshd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/sshd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "systemd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/systemd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "kernel") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/kernel_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "dockerd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/dockerd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "arista") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "python3") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } + sudo cp files/build_templates/monit_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/sshd_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/systemd_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/kernel_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/dockerd_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/seu_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/zebra_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo cp files/build_templates/bgpd_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/syncd_events_info.json + sudo tee ./fsroot-broadcom/etc/rsyslog.d/syncd_events.conf ## rsyslog-plugin for streaming telemetry via gnmi template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } if re_match($programname, "syncd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/syncd_regex.json -m sonic-events-syncd" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } + sudo cp files/build_templates/syncd_regex.json ./fsroot-broadcom/etc/rsyslog.d/ + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/monit_5.20.0-6_amd64.deb Selecting previously unselected package monit. (Reading database ... 50088 files and directories currently installed.) Preparing to unpack .../monit_5.20.0-6_amd64.deb ... Unpacking monit (1:5.20.0-6) ... Setting up monit (1:5.20.0-6) ... Configuration file '/etc/default/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/init.d/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/logrotate.d/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/acpid', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/apache2', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/at', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/cron', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/mdadm', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/memcached', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/mysql', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/nginx', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/openntpd', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/openssh-server', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/pdns-recursor', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/postfix', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/rsyslog', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/smartmontools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/snmpd', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/monitrc', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootbin', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootrc', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootstrict', does not exist on system. Installing new config file as you requested. Configuration file '/etc/pam.d/monit', does not exist on system. Installing new config file as you requested. Running in chroot, ignoring request. + sudo cp files/image_config/monit/monitrc ./fsroot-broadcom/etc/monit/ + sudo chmod 600 ./fsroot-broadcom/etc/monit/monitrc + sudo cp files/image_config/monit/conf.d/sonic-host ./fsroot-broadcom/etc/monit/conf.d/ + sudo chmod 600 ./fsroot-broadcom/etc/monit/conf.d/monit_events ./fsroot-broadcom/etc/monit/conf.d/sonic-host + sudo cp files/image_config/monit/container_checker ./fsroot-broadcom/usr/bin/ + sudo chmod 755 ./fsroot-broadcom/usr/bin/container_checker + sudo cp files/image_config/monit/memory_checker ./fsroot-broadcom/usr/bin/ + sudo chmod 755 ./fsroot-broadcom/usr/bin/memory_checker + sudo cp files/image_config/monit/restart_service ./fsroot-broadcom/usr/bin/ + sudo chmod 755 ./fsroot-broadcom/usr/bin/restart_service + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install smartmontools=7.2-1 Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. Suggested packages: gsmartcontrol smart-notifier mailx | mailutils The following NEW packages will be installed: smartmontools 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 565 kB of archives. After this operation, 2168 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 smartmontools amd64 7.2-1 [565 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 565 kB in 0s (1211 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package smartmontools. (Reading database ... 50131 files and directories currently installed.) Preparing to unpack .../smartmontools_7.2-1_amd64.deb ... Unpacking smartmontools (7.2-1) ... Setting up smartmontools (7.2-1) ... Created symlink /etc/systemd/system/smartd.service -> /lib/systemd/system/smartmontools.service. Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-client_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 (Reading database ... 50177 files and directories currently installed.) Preparing to unpack .../openssh-server_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 Preparing to unpack .../openssh-client_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-client (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... Setting up openssh-client (1:8.4p1-5+deb11u3) ... Setting up openssh-sftp-server (1:8.4p1-5+deb11u3) ... Setting up openssh-server (1:8.4p1-5+deb11u3) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Creating SSH2 RSA key; this may take some time ... 3072 SHA256:Qc1Kl06qaYWcms+GNqVYmrDDkdEi1Zp+HHKMk9ipb8c root@27684f2bfa59 (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:HFsJpQ+Eszf2gLCKgBndLku1f/+D389Fi755fGpYbP4 root@27684f2bfa59 (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:Vf0DQ/FwVZ1r1mRId3r+R4dyAGggF89P45RCyI0B970 root@27684f2bfa59 (ED25519) Running in chroot, ignoring request. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/flashrom_0.9.7_amd64.deb Selecting previously unselected package flashrom. (Reading database ... 50177 files and directories currently installed.) Preparing to unpack .../flashrom_0.9.7_amd64.deb ... Unpacking flashrom (0.9.7) ... Setting up flashrom (0.9.7) ... + sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom/etc/cron.d/ + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install ntpdate Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: ntpdate 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. Need to get 156 kB of archives. After this operation, 245 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 ntpdate amd64 1:4.2.8p15+dfsg-1 [156 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 156 kB in 0s (483 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package ntpdate. (Reading database ... 50181 files and directories currently installed.) Preparing to unpack .../ntpdate_1%3a4.2.8p15+dfsg-1_amd64.deb ... Unpacking ntpdate (1:4.2.8p15+dfsg-1) ... Setting up ntpdate (1:4.2.8p15+dfsg-1) ... + sudo cp files/image_config/ntp/ntp-config.service ./fsroot-broadcom/usr/lib//systemd/system + echo ntp-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf ntp-config.service + sudo cp files/image_config/ntp/ntp-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/ntp/ntp.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/ntp/ntp.keys.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/ntp/ntp-systemd-wrapper ./fsroot-broadcom/usr/lib/ntp/ + sudo cp files/image_config/ntp/ntp.service ./fsroot-broadcom/usr/lib//systemd/system + echo ntp.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf ntp.service + sudo cp files/build_templates/dns.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo LANG=C cp files/image_config/warmboot-finalizer/finalize-warmboot.sh ./fsroot-broadcom/usr/local/bin/finalize-warmboot.sh + sudo LANG=C cp files/image_config/warmboot-finalizer/warmboot-finalizer.service ./fsroot-broadcom/usr/lib//systemd/system + echo warmboot-finalizer.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf warmboot-finalizer.service + sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.sh ./fsroot-broadcom/usr/local/bin/watchdog-control.sh + sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.service ./fsroot-broadcom/usr/lib//systemd/system + echo watchdog-control.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf watchdog-control.service + sudo cp files/image_config/rsyslog/rsyslog-config.service ./fsroot-broadcom/usr/lib//systemd/system + sudo cp files/image_config/rsyslog/rsyslog-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/rsyslog/rsyslog.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/rsyslog/rsyslog-container.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + j2 files/image_config/rsyslog/rsyslog.d/00-sonic.conf.j2 + sudo tee ./fsroot-broadcom/etc/rsyslog.d/00-sonic.conf ## Quagga rules template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } $ModLoad omprog if re_match($programname, "bgp[0-9]*#(frr|zebra|staticd|watchfrr)") then { /var/log/frr/zebra.log action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/zebra_regex.json -m sonic-events-bgp" output="/var/log/rsyslog_plugin.log" template="prog_msg") stop } if re_match($programname, "bgp[0-9]*#bgpd") then { /var/log/frr/bgpd.log action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/bgpd_regex.json -m sonic-events-bgp" output="/var/log/rsyslog_plugin.log" template="prog_msg") stop } ## Teamd rules if $programname contains "teamd_" then { /var/log/teamd.log stop } ## gnmi rules if $msg startswith " gnmi-native" then { /var/log/gnmi.log stop } ## telemetry rules if $msg startswith " telemetry" or ($msg startswith " dialout" )then { /var/log/telemetry.log stop } + sudo cp files/image_config/rsyslog/rsyslog.d/99-default.conf ./fsroot-broadcom/etc/rsyslog.d/ + echo rsyslog-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf rsyslog-config.service + sudo cp files/image_config/containercfgd/containercfgd.conf ./fsroot-broadcom/usr/share/sonic/templates/ + sudo mkdir -p ./fsroot-broadcom/etc/systemd/system/syslog.socket.d + sudo cp files/image_config/syslog/override.conf ./fsroot-broadcom/etc/systemd/system/syslog.socket.d/override.conf + sudo cp files/image_config/syslog/host_umount.sh ./fsroot-broadcom/usr/bin/ + sudo LANG=C cp files/image_config/system-health/system-health.service ./fsroot-broadcom/usr/lib//systemd/system + echo system-health.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf system-health.service + sudo cp -f files/image_config/logrotate/logrotate.d/alternatives files/image_config/logrotate/logrotate.d/apt files/image_config/logrotate/logrotate.d/btmp files/image_config/logrotate/logrotate.d/dpkg files/image_config/logrotate/logrotate.d/monit files/image_config/logrotate/logrotate.d/wtmp ./fsroot-broadcom/etc/logrotate.d/ + sudo cp files/image_config/logrotate/rsyslog.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/logrotate/logrotate-config.service ./fsroot-broadcom/usr/lib//systemd/system + sudo cp files/image_config/logrotate/logrotate-config.sh ./fsroot-broadcom/usr/bin/ + sudo mkdir -p ./fsroot-broadcom/etc/systemd/system/logrotate.timer.d + sudo cp files/image_config/logrotate/timerOverride.conf ./fsroot-broadcom/etc/systemd/system/logrotate.timer.d/ + echo logrotate-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf logrotate-config.service + sudo cp -f files/image_config/systemd/journald.conf ./fsroot-broadcom/etc/systemd/ + sudo cp files/image_config/interfaces/interfaces-config.service ./fsroot-broadcom/usr/lib//systemd/system + sudo cp files/image_config/interfaces/interfaces-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/interfaces/interfaces.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + echo interfaces-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf interfaces-config.service + sudo cp files/image_config/copp/copp-config.service ./fsroot-broadcom/usr/lib//systemd/system + sudo cp files/image_config/copp/copp-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/copp/copp_cfg.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + echo copp-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf copp-config.service + sudo cp files/dhcp/dhclient.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + j2 files/dhcp/dhclient.conf.j2 + sudo tee ./fsroot-broadcom/etc/dhcp/dhclient.conf # =============== Managed by SONiC Config Engine DO NOT EDIT! =============== # generated from /usr/share/sonic/templates/dhclient.conf.j2 using sonic-cfggen # file: /etc/dhcp/dhclient.conf # # Configuration file for /sbin/dhclient, which is included in Debian's # dhcp3-client package. # # This is a sample configuration file for dhclient. See dhclient.conf's # man page for more information about the syntax of this file # and a more comprehensive list of the parameters understood by # dhclient. # # Normally, if the DHCP server provides reasonable information and does # not leave anything out (like the domain name, for example), then # few changes must be made to this file, if any. # option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; option snmp-community code 224 = text; option minigraph-url code 225 = text; option acl-url code 226 = text; option tftp-server-name code 66 = text; option bootfile-name code 67 = text; option user-class code 77 = text; option provisioning-script-url code 239 = text; option dhcp6.user-class code 15 = text; option dhcp6.provisioning-script-url code 239 = text; option dhcp6.boot-file-url code 59 = text; send host-name = gethostname(); request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, dhcp6.name-servers, dhcp6.domain-search, interface-mtu, dhcp6.fqdn, rfc3442-classless-static-routes, ntp-servers, log-servers,snmp-community, minigraph-url, acl-url; + sudo cp files/dhcp/ifupdown2_policy.json ./fsroot-broadcom/etc/network/ifupdown2/policy.d + sudo cp files/dhcp/90-dhcp6-systcl.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/resolv-config/resolv-config.service ./fsroot-broadcom/usr/lib//systemd/system + sudo cp files/image_config/resolv-config/resolv-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/resolv-config/resolv.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + echo resolv-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf resolv-config.service + sudo LANG=C chroot ./fsroot-broadcom systemctl disable resolvconf.service Synchronizing state of resolvconf.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable resolvconf Removed /etc/systemd/system/sysinit.target.wants/resolvconf.service. + sudo mkdir -p ./fsroot-broadcom/etc/resolvconf/update-libc.d/ + sudo cp files/image_config/resolv-config/update-containers ./fsroot-broadcom/etc/resolvconf/update-libc.d/ + sudo cp files/image_config/interfaces/init_interfaces ./fsroot-broadcom/etc/network/interfaces + sudo mkdir -p ./fsroot-broadcom/etc/network/interfaces.d + sudo cp files/image_config/systemd/network/99-default.link ./fsroot-broadcom/etc/systemd/network/ + sudo cp files/image_config/corefile_uploader/core_uploader.service ./fsroot-broadcom/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom systemctl disable core_uploader.service + sudo cp files/image_config/corefile_uploader/core_uploader.py ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/corefile_uploader/core_analyzer.rc.json ./fsroot-broadcom/etc/sonic/ + sudo chmod og-rw ./fsroot-broadcom/etc/sonic/core_analyzer.rc.json + sudo cp files/image_config/rasdaemon/rasdaemon.timer ./fsroot-broadcom/usr/lib//systemd/system + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom systemctl disable rasdaemon.service Synchronizing state of rasdaemon.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable rasdaemon Removed /etc/systemd/system/multi-user.target.wants/rasdaemon.service. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom systemctl enable rasdaemon.timer Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.timer -> /lib/systemd/system/rasdaemon.timer. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libffi-dev libssl-dev Reading package lists... Building dependency tree... Reading state information... libffi-dev is already the newest version (3.3-6). libssl-dev is already the newest version (1.1.1w-0+deb11u3). The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install systemd-bootchart Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: systemd-bootchart 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. Need to get 45.7 kB of archives. After this operation, 131 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 systemd-bootchart amd64 234-1 [45.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 45.7 kB in 0s (161 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 ... 50194 files and directories currently installed.) Preparing to unpack .../systemd-bootchart_234-1_amd64.deb ... Unpacking systemd-bootchart (234-1) ... Setting up systemd-bootchart (234-1) ... + sudo tee ./fsroot-broadcom/etc/systemd/bootchart.conf + [[ amd64 == armhf ]] + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install azure-storage==0.36.0 Collecting azure-storage==0.36.0 Downloading azure_storage-0.36.0-py2.py3-none-any.whl.metadata (5.2 kB) Collecting azure-common>=1.1.5 (from azure-storage==0.36.0) Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB) Collecting azure-nspkg>=2.0.0 (from azure-storage==0.36.0) Downloading azure_nspkg-3.0.2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: cryptography in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (3.3.2) Collecting python-dateutil (from azure-storage==0.36.0) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (2.31.0) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.0) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (2.0.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography->azure-storage==0.36.0) (2.23) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2.5.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2025.8.3) Downloading azure_storage-0.36.0-py2.py3-none-any.whl (190 kB) Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB) Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Installing collected packages: azure-nspkg, azure-common, python-dateutil, azure-storage Successfully installed azure-common-1.1.28 azure-nspkg-3.0.2 azure-storage-0.36.0 python-dateutil-2.9.0.post0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install watchdog==0.10.3 Collecting watchdog==0.10.3 Downloading watchdog-0.10.3.tar.gz (94 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pathtools>=0.1.1 (from watchdog==0.10.3) Downloading pathtools-0.1.2.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: watchdog, pathtools DEPRECATION: Building 'watchdog' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'watchdog'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for watchdog (setup.py): started Building wheel for watchdog (setup.py): finished with status 'done' Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73868 sha256=71f5182154e78356983bbed6b1949501f1e51019384fd6fb2fc64219aa67b9b6 Stored in directory: /root/.cache/pip/wheels/bd/1c/8b/7088860a28febba9d6e2dee28e01720ce89c43787a2f7c8cf8 DEPRECATION: Building 'pathtools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pathtools'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pathtools (setup.py): started Building wheel for pathtools (setup.py): finished with status 'done' Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8785 sha256=39f0599ec70151f6998b3466ec9d0c74b014b252470d20731eccf18ce4c5faa4 Stored in directory: /root/.cache/pip/wheels/b7/0a/67/ada2a22079218c75a88361c0782855cc72aebc4d18d0289d05 Successfully built watchdog pathtools Installing collected packages: pathtools, watchdog Successfully installed pathtools-0.1.2 watchdog-0.10.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo cp target/files/bullseye/container ./fsroot-broadcom/usr/local/bin/ + sudo cp files/build_templates/buffers_config.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/build_templates/qos_config.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/build_templates/backend_acl.j2 ./fsroot-broadcom/usr/share/sonic/templates/ + sudo cp files/image_config/hostname/hostname-config.service ./fsroot-broadcom/usr/lib//systemd/system + echo hostname-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf hostname-config.service + sudo cp files/image_config/hostname/hostname-config.sh ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/misc/docker-wait-any ./fsroot-broadcom/usr/bin/ + sudo cp files/image_config/config-topology/config-topology.service ./fsroot-broadcom/usr/lib//systemd/system + echo config-topology.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf config-topology.service + sudo cp files/image_config/config-topology/config-topology.sh ./fsroot-broadcom/usr/bin + j2 files/build_templates/updategraph.service.j2 + sudo tee ./fsroot-broadcom/usr/lib//systemd/system/updategraph.service [Unit] Description=Update minigraph and set configuration based on minigraph After=config-setup.service Requires=config-setup.service [Service] Type=oneshot ExecStart=/usr/bin/updategraph RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/updategraph/updategraph ./fsroot-broadcom/usr/bin/ + echo updategraph.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf updategraph.service + sudo bash -c 'echo enabled=false > ./fsroot-broadcom/etc/sonic/updategraph.conf' + j2 files/build_templates/init_cfg.json.j2 + sudo tee ./fsroot-broadcom/etc/sonic/init_cfg.json { "DEVICE_METADATA": { "localhost": { "buffer_model": "traditional", "default_bgp_status": "up", "default_pfcwd_status": "disable", "timezone": "UTC" } }, "CRM": { "Config": { "polling_interval": "300", "ipv4_route_threshold_type": "percentage", "ipv4_route_low_threshold": "70", "ipv4_route_high_threshold": "85", "ipv6_route_threshold_type": "percentage", "ipv6_route_low_threshold": "70", "ipv6_route_high_threshold": "85", "ipv4_nexthop_threshold_type": "percentage", "ipv4_nexthop_low_threshold": "70", "ipv4_nexthop_high_threshold": "85", "ipv6_nexthop_threshold_type": "percentage", "ipv6_nexthop_low_threshold": "70", "ipv6_nexthop_high_threshold": "85", "ipv4_neighbor_threshold_type": "percentage", "ipv4_neighbor_low_threshold": "70", "ipv4_neighbor_high_threshold": "85", "ipv6_neighbor_threshold_type": "percentage", "ipv6_neighbor_low_threshold": "70", "ipv6_neighbor_high_threshold": "85", "nexthop_group_member_threshold_type": "percentage", "nexthop_group_member_low_threshold": "70", "nexthop_group_member_high_threshold": "85", "nexthop_group_threshold_type": "percentage", "nexthop_group_low_threshold": "70", "nexthop_group_high_threshold": "85", "acl_table_threshold_type": "percentage", "acl_table_low_threshold": "70", "acl_table_high_threshold": "85", "acl_group_threshold_type": "percentage", "acl_group_low_threshold": "70", "acl_group_high_threshold": "85", "acl_entry_threshold_type": "percentage", "acl_entry_low_threshold": "70", "acl_entry_high_threshold": "85", "acl_counter_threshold_type": "percentage", "acl_counter_low_threshold": "70", "acl_counter_high_threshold": "85", "fdb_entry_threshold_type": "percentage", "fdb_entry_low_threshold": "70", "fdb_entry_high_threshold": "85", "snat_entry_threshold_type": "percentage", "snat_entry_low_threshold": "70", "snat_entry_high_threshold": "85", "dnat_entry_threshold_type": "percentage", "dnat_entry_low_threshold": "70", "dnat_entry_high_threshold": "85", "ipmc_entry_threshold_type": "percentage", "ipmc_entry_low_threshold": "70", "ipmc_entry_high_threshold": "85", "mpls_inseg_threshold_type": "percentage", "mpls_inseg_low_threshold": "70", "mpls_inseg_high_threshold": "85", "mpls_nexthop_threshold_type": "percentage", "mpls_nexthop_low_threshold": "70", "mpls_nexthop_high_threshold": "85" } }, "FLEX_COUNTER_TABLE": { "ACL": { "FLEX_COUNTER_STATUS": "enable", "FLEX_COUNTER_DELAY_STATUS": "true", "POLL_INTERVAL": "10000" } }, "BGP_DEVICE_GLOBAL": { "STATE": { "tsa_enabled": "false" } }, "FEATURE": { "bgp": { "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "database": { "state": "always_enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "True", "auto_restart": "always_enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "lldp": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}False{% else %}True{% endif %}", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "pmon": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "snmp": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "swss": { "state": "enabled", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "syncd": { "state": "enabled", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "radv": { "state": "enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "teamd": { "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] %}disabled{% else %}enabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "dhcp_relay": { "state": "{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter', 'BmcMgmtToRRouter']) %}enabled{% else %}disabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "mgmt-framework": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "mux": { "state": "{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %}enabled{% else %}always_disabled{% endif %}", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "nat": { "state": "disabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "sflow": { "state": "disabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "macsec": { "state": "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' and DEVICE_RUNTIME_METADATA['MACSEC_SUPPORTED'] %}enabled{% else %}disabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "gnmi": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "eventd": { "state": "enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" } }, "AUTO_TECHSUPPORT": { "GLOBAL": { "state" : "enabled", "rate_limit_interval" : "180", "max_techsupport_limit" : "10.0", "max_core_limit" : "5.0", "available_mem_threshold": "10.0", "min_available_mem": "200", "since" : "2 days ago" } }, "AUTO_TECHSUPPORT_FEATURE": { "bgp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "database": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "lldp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "pmon": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "snmp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "swss": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "syncd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "radv": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "teamd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "dhcp_relay": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "mgmt-framework": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "mux": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "nat": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "sflow": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "macsec": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "gnmi": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "eventd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" } }, "SYSLOG_CONFIG": { "GLOBAL": { "rate_limit_interval" : "0", "rate_limit_burst" : "0" } }, "SYSLOG_CONFIG_FEATURE": { "bgp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "database": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "lldp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "pmon": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "snmp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "swss": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "syncd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "radv": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "teamd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "dhcp_relay": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "mgmt-framework": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "mux": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "nat": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "sflow": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "macsec": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "gnmi": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "eventd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" } }, "PASSW_HARDENING": { "POLICIES":{ "state": "disabled", "expiration": "180", "expiration_warning": "15", "history_cnt": "10", "len_min": "8", "reject_user_passw_match": "true", "lower_class": "true", "upper_class": "true", "digits_class": "true", "special_class": "true" } }, "SYSTEM_DEFAULTS" : { "mux_tunnel_egress_acl": { "status": "disabled" } }, "KDUMP": { "config": { "enabled": "false", "memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M", "num_dumps": "3" } }, "NTP": { "global": { "authentication": "disabled", "dhcp": "enabled", "server_role": "disabled", "src_intf": "eth0", "admin_state": "enabled", "vrf": "default" } } } + j2 files/build_templates/config-setup.service.j2 + sudo tee ./fsroot-broadcom/usr/lib//systemd/system/config-setup.service [Unit] Description=Config initialization and migration service After=rc-local.service After=database.service After=config-topology.service Requires=config-topology.service Requires=database.service [Service] Type=oneshot ExecStart=/usr/bin/config-setup boot RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/config-setup/config-setup ./fsroot-broadcom/usr/bin/config-setup + sudo mkdir -p ./fsroot-broadcom/etc/config-setup + sudo cp files/image_config/config-setup/config-setup.conf ./fsroot-broadcom/etc/config-setup/config-setup.conf + echo config-setup.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf config-setup.service + sudo LANG=C chroot ./fsroot-broadcom systemctl enable config-setup.service Created symlink /etc/systemd/system/multi-user.target.wants/config-setup.service -> /lib/systemd/system/config-setup.service. + sudo cp files/image_config/reset-factory/reset-factory ./fsroot-broadcom/usr/bin/reset-factory + sudo cp files/build_templates/tacacs-config.timer ./fsroot-broadcom/usr/lib//systemd/system/ + echo tacacs-config.timer + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf tacacs-config.timer + sudo cp files/build_templates/tacacs-config.service ./fsroot-broadcom/usr/lib//systemd/system/ + echo tacacs-config.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf tacacs-config.service + j2 files/build_templates/config-chassisdb.service.j2 + sudo tee ./fsroot-broadcom/usr/lib//systemd/system/config-chassisdb.service [Unit] Description=Config chassis_db After=rc-local.service Requires=rc-local.service [Service] Type=oneshot ExecStart=/usr/bin/config-chassisdb RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/config-chassisdb/config-chassisdb ./fsroot-broadcom/usr/bin/config-chassisdb + echo config-chassisdb.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf config-chassisdb.service + sudo LANG=C chroot ./fsroot-broadcom systemctl enable config-chassisdb.service Created symlink /etc/systemd/system/multi-user.target.wants/config-chassisdb.service -> /lib/systemd/system/config-chassisdb.service. + sudo cp files/image_config/backend_acl/backend-acl.service ./fsroot-broadcom/usr/lib//systemd/system/backend-acl.service + sudo cp files/image_config/backend_acl/backend_acl.py ./fsroot-broadcom/usr/bin/backend_acl.py + echo backend-acl.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf backend-acl.service + sudo cp files/image_config/snmp/snmp.yml ./fsroot-broadcom/etc/sonic/ + sudo cp files/image_config/constants/constants.yml ./fsroot-broadcom/etc/sonic/ + sudo cp files/image_config/sudoers/sudoers ./fsroot-broadcom/etc/ + sudo cp files/image_config/sudoers/sudoers.lecture ./fsroot-broadcom/etc/ + sudo cp files/image_config/pcie-check/pcie-check.service ./fsroot-broadcom/usr/lib//systemd/system + echo pcie-check.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf pcie-check.service + sudo cp files/image_config/pcie-check/pcie-check.sh ./fsroot-broadcom/usr/bin/ + sudo tee -a ./fsroot-broadcom/usr/sbin/policy-rc.d + sudo chmod a+x ./fsroot-broadcom/usr/sbin/policy-rc.d + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/phy-credo_1.0_amd64.deb Selecting previously unselected package phy-credo. (Reading database ... 50204 files and directories currently installed.) Preparing to unpack .../phy-credo_1.0_amd64.deb ... Unpacking phy-credo (1.0) ... dpkg: dependency problems prevent configuration of phy-credo: phy-credo depends on libdouble-conversion3 (>= 2.0.0); however: Package libdouble-conversion3 is not installed. phy-credo depends on libgflags2.2 (>= 2.2.2); however: Package libgflags2.2 is not installed. phy-credo depends on libgoogle-glog0v5 (>= 0.4.0); however: Package libgoogle-glog0v5 is not installed. dpkg: error processing package phy-credo (--install): dependency problems - leaving unconfigured Errors were encountered while processing: phy-credo + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libdouble-conversion3 libgflags2.2 libgoogle-glog0v5 The following NEW packages will be installed: libdouble-conversion3 libgflags2.2 libgoogle-glog0v5 0 upgraded, 3 newly installed, 0 to remove and 13 not upgraded. 1 not fully installed or removed. Need to get 185 kB of archives. After this operation, 639 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdouble-conversion3 amd64 3.1.5-6.1 [41.0 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgflags2.2 amd64 2.2.2-2 [83.5 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgoogle-glog0v5 amd64 0.4.0-4 [60.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 185 kB in 0s (559 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package libdouble-conversion3:amd64. (Reading database ... 50239 files and directories currently installed.) Preparing to unpack .../libdouble-conversion3_3.1.5-6.1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.1.5-6.1) ... Selecting previously unselected package libgflags2.2. Preparing to unpack .../libgflags2.2_2.2.2-2_amd64.deb ... Unpacking libgflags2.2 (2.2.2-2) ... Selecting previously unselected package libgoogle-glog0v5. Preparing to unpack .../libgoogle-glog0v5_0.4.0-4_amd64.deb ... Unpacking libgoogle-glog0v5 (0.4.0-4) ... Setting up libdouble-conversion3:amd64 (3.1.5-6.1) ... Setting up libgflags2.2 (2.2.2-2) ... Setting up libgoogle-glog0v5 (0.4.0-4) ... Setting up phy-credo (1.0) ... Created symlink /etc/systemd/system/sonic.target.wants/phy-credo-daemon.service -> /lib/systemd/system/phy-credo-daemon.service. Created symlink /etc/systemd/system/sonic.target.wants/phy-credo.service -> /lib/systemd/system/phy-credo.service. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/flashrom_0.9.7_amd64.deb (Reading database ... 50261 files and directories currently installed.) Preparing to unpack .../flashrom_0.9.7_amd64.deb ... Unpacking flashrom (0.9.7) over (0.9.7) ... Setting up flashrom (0.9.7) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/systemd-sonic-generator_1.0.0_amd64.deb Selecting previously unselected package systemd-sonic-generator. (Reading database ... 50261 files and directories currently installed.) Preparing to unpack .../systemd-sonic-generator_1.0.0_amd64.deb ... Unpacking systemd-sonic-generator (1.0.0) ... Setting up systemd-sonic-generator (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/python3-sonic-platform-arista_1.0_all.deb Selecting previously unselected package python3-sonic-platform-arista. (Reading database ... 50264 files and directories currently installed.) Preparing to unpack .../python3-sonic-platform-arista_1.0_all.deb ... Unpacking python3-sonic-platform-arista (1.0) ... dpkg: dependency problems prevent configuration of python3-sonic-platform-arista: python3-sonic-platform-arista depends on python3-bottle; however: Package python3-bottle is not installed. python3-sonic-platform-arista depends on python3-yaml; however: Package python3-yaml is not installed. python3-sonic-platform-arista depends on python3-smbus; however: Package python3-smbus is not installed. dpkg: error processing package python3-sonic-platform-arista (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-sonic-platform-arista + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: python3-bottle python3-smbus python3-yaml The following NEW packages will be installed: python3-bottle python3-smbus python3-yaml 0 upgraded, 3 newly installed, 0 to remove and 13 not upgraded. 1 not fully installed or removed. Need to get 198 kB of archives. After this operation, 769 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-bottle all 0.12.19-1+deb11u1 [46.8 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-yaml amd64 5.3.1-5 [138 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-smbus amd64 4.2-1+b1 [13.1 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 198 kB in 0s (498 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package python3-bottle. (Reading database ... 50764 files and directories currently installed.) Preparing to unpack .../python3-bottle_0.12.19-1+deb11u1_all.deb ... Unpacking python3-bottle (0.12.19-1+deb11u1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../python3-yaml_5.3.1-5_amd64.deb ... Unpacking python3-yaml (5.3.1-5) ... Selecting previously unselected package python3-smbus:amd64. Preparing to unpack .../python3-smbus_4.2-1+b1_amd64.deb ... Unpacking python3-smbus:amd64 (4.2-1+b1) ... Setting up python3-bottle (0.12.19-1+deb11u1) ... Setting up python3-yaml (5.3.1-5) ... Setting up python3-smbus:amd64 (4.2-1+b1) ... Setting up python3-sonic-platform-arista (1.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/drivers-sonic-platform-arista_1.0_amd64.deb Selecting previously unselected package drivers-sonic-platform-arista. (Reading database ... 50811 files and directories currently installed.) Preparing to unpack .../drivers-sonic-platform-arista_1.0_amd64.deb ... Unpacking drivers-sonic-platform-arista (1.0) ... Setting up drivers-sonic-platform-arista (1.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-arista-libs_1.0_amd64.deb Selecting previously unselected package sonic-platform-arista-libs. (Reading database ... 50823 files and directories currently installed.) Preparing to unpack .../sonic-platform-arista-libs_1.0_amd64.deb ... Unpacking sonic-platform-arista-libs (1.0) ... Setting up sonic-platform-arista-libs (1.0) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-arista_1.0_amd64.deb Selecting previously unselected package sonic-platform-arista. (Reading database ... 50827 files and directories currently installed.) Preparing to unpack .../sonic-platform-arista_1.0_amd64.deb ... Unpacking sonic-platform-arista (1.0) ... Setting up sonic-platform-arista (1.0) ... Configuration file '/etc/logrotate.d/arista', does not exist on system. Installing new config file as you requested. Configuration file '/etc/udev/rules.d/70-lc-network.rules', does not exist on system. Installing new config file as you requested. Configuration file '/etc/udev/rules.d/98-scd-uio.rules', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-chassis-network.service → /lib/systemd/system/platform-arista-chassis-network.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-chassis-provision.service → /lib/systemd/system/platform-arista-chassis-provision.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-daemon.service → /lib/systemd/system/platform-arista-daemon.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-fabric.service → /lib/systemd/system/platform-arista-fabric.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-init-watchdog-start.service → /lib/systemd/system/platform-arista-init-watchdog-start.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-init-watchdog-stop.service → /lib/systemd/system/platform-arista-init-watchdog-stop.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-linecard-network.service → /lib/systemd/system/platform-arista-linecard-network.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-linecard.service → /lib/systemd/system/platform-arista-linecard.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-pmon.service → /lib/systemd/system/platform-arista-pmon.service. Created symlink /etc/systemd/system/pmon.service.requires/platform-arista-pmon.service → /lib/systemd/system/platform-arista-pmon.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-reboot-cause.service → /lib/systemd/system/platform-arista-reboot-cause.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-swss.service → /lib/systemd/system/platform-arista-swss.service. Created symlink /etc/systemd/system/sonic-platform-arista.target → /lib/systemd/system/platform-arista.target. Created symlink /etc/systemd/system/multi-user.target.wants/platform-arista.target → /lib/systemd/system/platform-arista.target. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading libssl1.1:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50859 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading libssl-dev:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50859 files and directories currently installed.) Preparing to unpack .../libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssl_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading openssl from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50859 files and directories currently installed.) Preparing to unpack .../openssl_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking openssl (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up openssl (1.1.1n-0+deb11u5+fips) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/symcrypt-openssl_1.5.2_amd64.deb Selecting previously unselected package symcrypt-openssl. (Reading database ... 50859 files and directories currently installed.) Preparing to unpack .../symcrypt-openssl_1.5.2_amd64.deb ... Unpacking symcrypt-openssl (0.1) ... Setting up symcrypt-openssl (0.1) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb dpkg: error: cannot access archive 'target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb': No such file or directory + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-client_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50866 files and directories currently installed.) Preparing to unpack .../openssh-client_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-client (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-client (1:8.4p1-5+deb11u2+fips) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50866 files and directories currently installed.) Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-sftp-server (1:8.4p1-5+deb11u2+fips) ... + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50866 files and directories currently installed.) Preparing to unpack .../openssh-server_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-server (1:8.4p1-5+deb11u2+fips) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Running in chroot, ignoring request. invoke-rc.d: policy-rc.d denied execution of restart. + sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb dpkg: warning: downgrading libk5crypto3:amd64 from 1.18.3-6+deb11u7 to 1.18.3-6+deb11u5+fips (Reading database ... 50866 files and directories currently installed.) Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb ... Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) over (1.18.3-6+deb11u7) ... Setting up libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C chroot ./fsroot-broadcom depmod -a 5.10.0-30-2-amd64 + sudo rm -f ./fsroot-broadcom/etc/ssh/ssh_host_ecdsa_key ./fsroot-broadcom/etc/ssh/ssh_host_ecdsa_key.pub ./fsroot-broadcom/etc/ssh/ssh_host_ed25519_key ./fsroot-broadcom/etc/ssh/ssh_host_ed25519_key.pub ./fsroot-broadcom/etc/ssh/ssh_host_rsa_key ./fsroot-broadcom/etc/ssh/ssh_host_rsa_key.pub + sudo rm -f ./fsroot-broadcom/usr/sbin/policy-rc.d + sudo cp files/image_config/fstrim/fstrim.service files/image_config/fstrim/fstrim.timer ./fsroot-broadcom/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom systemctl enable fstrim.timer Created symlink /etc/systemd/system/multi-user.target.wants/fstrim.timer -> /lib/systemd/system/fstrim.timer. + sudo cp files/image_config/platform/rc.local ./fsroot-broadcom/etc/ + sudo cp files/image_config/platform/linux_kernel_bde.conf ./fsroot-broadcom/etc/modprobe.d/ + [[ n == y ]] + [[ n == y ]] + sudo mount proc /proc -t proc + [[ amd64 == armhf ]] + sudo mkdir ./fsroot-broadcom/target + sudo mount --bind target ./fsroot-broadcom/target + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker info Client: Docker Engine - Community Version: 24.0.2 Context: default Debug Mode: false Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 24.0.2 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8 runc version: v1.1.7-0-g860f061 init version: de40ad0 Security Options: seccomp Profile: builtin Kernel Version: 5.15.0-119-generic Operating System: Debian GNU/Linux 11 (bullseye) (containerized) OSType: linux Architecture: x86_64 CPUs: 112 Total Memory: 503.3GiB Name: 27684f2bfa59 ID: c5c54847-eb27-441a-b981-0e5af45faa76 Docker Root Dir: /var/lib/docker Debug Mode: false Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No cpu cfs quota support WARNING: No cpu cfs period support WARNING: No cpu shares support + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-database.gz Loaded image: docker-database:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-database:latest docker-database:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-database:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "database" }, "service": { "name": "database", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-eventd.gz Loaded image: docker-eventd:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-eventd:latest docker-eventd:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-eventd:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "eventd" }, "service": { "name": "eventd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-fpm-frr.gz Loaded image: docker-fpm-frr:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-fpm-frr:latest docker-fpm-frr:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-fpm-frr:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "fpm-frr" }, "service": { "name": "bgp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [ "radv" ], "before": [ "swss" ] }, "fast-shutdown": { "after": [ "radv" ], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sonic-gnmi.gz Loaded image: docker-sonic-gnmi:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sonic-gnmi:latest docker-sonic-gnmi:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sonic-gnmi:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gnmi" }, "service": { "name": "gnmi", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-lldp.gz Loaded image: docker-lldp:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-lldp:latest docker-lldp:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-lldp:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "lldp" }, "service": { "name": "lldp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-mux.gz Loaded image: docker-mux:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-mux:latest docker-mux:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-mux:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "mux" }, "service": { "name": "mux", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-nat.gz Loaded image: docker-nat:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-nat:latest docker-nat:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-nat:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "nat" }, "service": { "name": "nat", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-orchagent.gz Loaded image: docker-orchagent:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-orchagent:latest docker-orchagent:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-orchagent:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "swss" }, "service": { "name": "swss", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [ "syncd" ] }, "fast-shutdown": { "after": [], "before": [ "syncd" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-platform-monitor.gz Loaded image: docker-platform-monitor:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-platform-monitor:latest docker-platform-monitor:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-platform-monitor:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "pmon" }, "service": { "name": "pmon", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-router-advertiser.gz Loaded image: docker-router-advertiser:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-router-advertiser:latest docker-router-advertiser:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-router-advertiser:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "radv" }, "service": { "name": "radv", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sflow.gz Loaded image: docker-sflow:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sflow:latest docker-sflow:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sflow:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "sflow" }, "service": { "name": "sflow", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-snmp.gz Loaded image: docker-snmp:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-snmp:latest docker-snmp:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-snmp:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "snmp" }, "service": { "name": "snmp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sonic-mgmt-framework.gz Loaded image: docker-sonic-mgmt-framework:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sonic-mgmt-framework:latest docker-sonic-mgmt-framework:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sonic-mgmt-framework:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "mgmt-framework" }, "service": { "name": "mgmt-framework", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-teamd.gz Loaded image: docker-teamd:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-teamd:latest docker-teamd:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-teamd:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "teamd" }, "service": { "name": "teamd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [ "swss" ], "before": [ "syncd" ] }, "fast-shutdown": { "after": [ "swss" ], "before": [ "syncd" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z broadcom ]] + [[ -n broadcom ]] + [[ broadcom == \b\r\o\a\d\c\o\m ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-syncd-brcm.gz Loaded image: docker-syncd-brcm:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-syncd-brcm:latest docker-syncd-brcm:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-syncd-brcm:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "syncd" }, "service": { "name": "syncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z broadcom-dnx ]] + [[ -n broadcom-dnx ]] + [[ broadcom == \b\r\o\a\d\c\o\m\-\d\n\x ]] + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-gbsyncd-credo.gz Loaded image: docker-gbsyncd-credo:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-gbsyncd-credo:latest docker-gbsyncd-credo:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-gbsyncd-credo:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gbsyncd" }, "service": { "name": "gbsyncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-gbsyncd-broncos.gz Loaded image: docker-gbsyncd-broncos:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-gbsyncd-broncos:latest docker-gbsyncd-broncos:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-gbsyncd-broncos:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gbsyncd-broncos" }, "service": { "name": "gbsyncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + SONIC_PACKAGE_MANAGER_FOLDER=/var/lib/sonic-package-manager/ + sudo mkdir -p ./fsroot-broadcom//var/lib/sonic-package-manager/ + target_machine=broadcom + j2 files/build_templates/packages.json.j2 + sudo tee ./fsroot-broadcom//var/lib/sonic-package-manager//packages.json { "database": { "repository": "docker-database", "description": "SONiC database package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "eventd": { "repository": "docker-eventd", "description": "SONiC eventd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "fpm-frr": { "repository": "docker-fpm-frr", "description": "SONiC fpm-frr package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gnmi": { "repository": "docker-sonic-gnmi", "description": "SONiC gnmi package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "lldp": { "repository": "docker-lldp", "description": "SONiC lldp package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "mux": { "repository": "docker-mux", "description": "SONiC mux package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "nat": { "repository": "docker-nat", "description": "SONiC nat package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "swss": { "repository": "docker-orchagent", "description": "SONiC swss package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "pmon": { "repository": "docker-platform-monitor", "description": "SONiC pmon package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "radv": { "repository": "docker-router-advertiser", "description": "SONiC radv package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "sflow": { "repository": "docker-sflow", "description": "SONiC sflow package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "snmp": { "repository": "docker-snmp", "description": "SONiC snmp package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "mgmt-framework": { "repository": "docker-sonic-mgmt-framework", "description": "SONiC mgmt-framework package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "teamd": { "repository": "docker-teamd", "description": "SONiC teamd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "syncd": { "repository": "docker-syncd-brcm", "description": "SONiC syncd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gbsyncd": { "repository": "docker-gbsyncd-credo", "description": "SONiC gbsyncd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gbsyncd-broncos": { "repository": "docker-gbsyncd-broncos", "description": "SONiC gbsyncd-broncos package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true } } + '[' 0 '!=' 0 ']' + sudo cp files/build_templates/docker_image_ctl.j2 ./fsroot-broadcom/usr/share/sonic/templates/docker_image_ctl.j2 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom /usr/local/bin/generate_shutdown_order.py installed packages {'database': Package(entry=PackageEntry(name='database', repository='docker-database', description='SONiC database package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'database', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'database', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'eventd': Package(entry=PackageEntry(name='eventd', repository='docker-eventd', description='SONiC eventd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'eventd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'eventd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'fpm-frr': Package(entry=PackageEntry(name='fpm-frr', repository='docker-fpm-frr', description='SONiC fpm-frr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'fpm-frr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bgp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['radv'], 'before': ['swss']}, 'fast-shutdown': {'after': ['radv'], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi': Package(entry=PackageEntry(name='gnmi', repository='docker-sonic-gnmi', description='SONiC gnmi package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'lldp': Package(entry=PackageEntry(name='lldp', repository='docker-lldp', description='SONiC lldp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'lldp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'lldp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mux': Package(entry=PackageEntry(name='mux', repository='docker-mux', description='SONiC mux package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mux', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mux', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'nat': Package(entry=PackageEntry(name='nat', repository='docker-nat', description='SONiC nat package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'nat', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'nat', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'swss': Package(entry=PackageEntry(name='swss', repository='docker-orchagent', description='SONiC swss package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'swss', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'swss', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['syncd']}, 'fast-shutdown': {'after': [], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'pmon': Package(entry=PackageEntry(name='pmon', repository='docker-platform-monitor', description='SONiC pmon package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'pmon', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'pmon', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'radv': Package(entry=PackageEntry(name='radv', repository='docker-router-advertiser', description='SONiC radv package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'radv', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'radv', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sflow': Package(entry=PackageEntry(name='sflow', repository='docker-sflow', description='SONiC sflow package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sflow', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sflow', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'snmp': Package(entry=PackageEntry(name='snmp', repository='docker-snmp', description='SONiC snmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'snmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'snmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mgmt-framework': Package(entry=PackageEntry(name='mgmt-framework', repository='docker-sonic-mgmt-framework', description='SONiC mgmt-framework package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mgmt-framework', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mgmt-framework', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'teamd': Package(entry=PackageEntry(name='teamd', repository='docker-teamd', description='SONiC teamd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'teamd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'teamd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'syncd': Package(entry=PackageEntry(name='syncd', repository='docker-syncd-brcm', description='SONiC syncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'syncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'syncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd': Package(entry=PackageEntry(name='gbsyncd', repository='docker-gbsyncd-credo', description='SONiC gbsyncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd-broncos': Package(entry=PackageEntry(name='gbsyncd-broncos', repository='docker-gbsyncd-broncos', description='SONiC gbsyncd-broncos package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd-broncos', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[]))} Done. + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom sonic-package-manager install --from-tarball target/docker-dhcp-relay.gz -y -v DEBUG --enable debug: No YANG modules found debug: No YANG modules found debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: checking dependencies for database debug: checking conflicts for database debug: checking dependencies for eventd debug: checking conflicts for eventd debug: checking dependencies for fpm-frr debug: checking conflicts for fpm-frr debug: checking dependencies for gnmi debug: checking conflicts for gnmi debug: checking dependencies for lldp debug: checking conflicts for lldp debug: checking dependencies for mux debug: checking conflicts for mux debug: checking dependencies for nat debug: checking conflicts for nat debug: checking dependencies for swss debug: checking conflicts for swss debug: checking dependencies for pmon debug: checking conflicts for pmon debug: checking dependencies for radv debug: checking conflicts for radv debug: checking dependencies for sflow debug: checking conflicts for sflow debug: checking dependencies for snmp debug: checking conflicts for snmp debug: checking dependencies for mgmt-framework debug: checking conflicts for mgmt-framework debug: checking dependencies for teamd debug: checking conflicts for teamd debug: checking dependencies for syncd debug: checking conflicts for syncd debug: checking dependencies for gbsyncd debug: checking conflicts for gbsyncd debug: checking dependencies for gbsyncd-broncos debug: checking conflicts for gbsyncd-broncos debug: checking dependencies for dhcp-relay debug: dependency package is installed database: 1.0.0 debug: dependency package database: component libswsscommon version is 1.0.0 debug: checking conflicts for dhcp-relay debug: loading image from target/docker-dhcp-relay.gz debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 131072, 'total': 10037760}, 'progress': '[> ] 131.1kB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 7471104, 'total': 10037760}, 'progress': '[=====================================> ] 7.471MB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10037760, 'total': 10037760}, 'progress': '[==================================================>] 10.04MB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': '08f7c89fe355'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': '08f7c89fe355'} 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: '5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e', debug: 'docker_image_run_opt': debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro ' debug: '--tmpfs /tmp/ --tmpfs /var/tmp/' debug: } generated /usr/bin/dhcp_relay.sh debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/dhcp_relay.sh with { debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'dhcp-relay', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [ debug: { debug: 'name': 'database', debug: 'version': '^1.0.0', debug: 'components': {} debug: } debug: ], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'dhcp_relay', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd', 'teamd'], debug: 'before': ['ntp-config'], debug: 'dependent': [], debug: 'dependent-of': ['swss'], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': False, debug: 'host-service': True, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': ['/tmp/', '/var/tmp/'] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'], debug: 'config': ['/cli/config/plugins/dhcp_relay.py'], debug: 'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/local/bin/dhcp_relay.sh debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/dhcp_relay.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'dhcp-relay', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [ debug: { debug: 'name': 'database', debug: 'version': '^1.0.0', debug: 'components': {} debug: } debug: ], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'dhcp_relay', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd', 'teamd'], debug: 'before': ['ntp-config'], debug: 'dependent': [], debug: 'dependent-of': ['swss'], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': False, debug: 'host-service': True, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': ['/tmp/', '/var/tmp/'] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'], debug: 'config': ['/cli/config/plugins/dhcp_relay.py'], debug: 'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': False, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/dhcp_relay.service dhcp_relay entry is added to AUTO_TECHSUPPORT_FEATURE table dhcp_relay entry is added to SYSLOG_CONFIG_FEATURE table debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'radv', 'nat', 'lldp', 'sflow', 'bgp', 'mux'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'radv', 'nat', 'lldp', 'sflow', 'bgp', 'mux'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom sonic-package-manager install --from-tarball target/docker-macsec.gz -y -v DEBUG --enable debug: No YANG modules found debug: No YANG modules found debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: checking dependencies for database debug: checking conflicts for database debug: checking dependencies for eventd debug: checking conflicts for eventd debug: checking dependencies for fpm-frr debug: checking conflicts for fpm-frr debug: checking dependencies for gnmi debug: checking conflicts for gnmi debug: checking dependencies for lldp debug: checking conflicts for lldp debug: checking dependencies for mux debug: checking conflicts for mux debug: checking dependencies for nat debug: checking conflicts for nat debug: checking dependencies for swss debug: checking conflicts for swss debug: checking dependencies for pmon debug: checking conflicts for pmon debug: checking dependencies for radv debug: checking conflicts for radv debug: checking dependencies for sflow debug: checking conflicts for sflow debug: checking dependencies for snmp debug: checking conflicts for snmp debug: checking dependencies for mgmt-framework debug: checking conflicts for mgmt-framework debug: checking dependencies for teamd debug: checking conflicts for teamd debug: checking dependencies for syncd debug: checking conflicts for syncd debug: checking dependencies for gbsyncd debug: checking conflicts for gbsyncd debug: checking dependencies for gbsyncd-broncos debug: checking conflicts for gbsyncd-broncos debug: checking dependencies for dhcp-relay debug: dependency package is installed database: 1.0.0 debug: dependency package database: component libswsscommon version is 1.0.0 debug: checking conflicts for dhcp-relay debug: checking dependencies for macsec debug: checking conflicts for macsec debug: loading image from target/docker-macsec.gz debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 327680, 'total': 29604864}, 'progress': '[> ] 327.7kB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 9830400, 'total': 29604864}, 'progress': '[================> ] 9.83MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 19005440, 'total': 29604864}, 'progress': '[================================> ] 19.01MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 28508160, 'total': 29604864}, 'progress': '[================================================> ] 28.51MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29604864, 'total': 29604864}, 'progress': '[==================================================>] 29.6MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': 'f59e86557099'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': 'f59e86557099'} 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: 'e455c7096fddf6bb1518237739506aad5c93298b6b9257e627ed4d2907dd7fe7', debug: 'docker_image_run_opt': debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro -v ' debug: '/host/warmboot:/var/warmboot' debug: } generated /usr/bin/macsec.sh debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/macsec.sh with { debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/local/bin/macsec.sh debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': False, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/macsec.service debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec@.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': True, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/macsec@.service macsec entry is added to AUTO_TECHSUPPORT_FEATURE table macsec entry is added to SYSLOG_CONFIG_FEATURE table debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'radv', 'lldp', 'nat', 'bgp', 'mux', 'sflow'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'radv', 'lldp', 'nat', 'bgp', 'mux', 'sflow'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm:latest debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found + sudo umount ./fsroot-broadcom/target + sudo rm -r ./fsroot-broadcom/target + [[ n == y ]] + [[ n == y ]] + sudo chroot ./fsroot-broadcom /usr/lib/docker//docker.sh stop Stopping Docker: docker. + sudo bash -c 'echo { > ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22database\x22 : \x22docker-database\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22eventd\x22 : \x22docker-eventd\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22bgp\x22 : \x22docker-fpm-frr\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gnmi\x22 : \x22docker-sonic-gnmi\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22lldp\x22 : \x22docker-lldp\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22mux\x22 : \x22docker-mux\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22nat\x22 : \x22docker-nat\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22swss\x22 : \x22docker-orchagent\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22pmon\x22 : \x22docker-platform-monitor\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22radv\x22 : \x22docker-router-advertiser\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22sflow\x22 : \x22docker-sflow\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22snmp\x22 : \x22docker-snmp\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22mgmt-framework\x22 : \x22docker-sonic-mgmt-framework\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22teamd\x22 : \x22docker-teamd\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm-dnx\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-credo\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-broncos\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo } >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json' + '[' -f broadcom_database.sh ']' + sudo cp database.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_eventd.sh ']' + sudo cp eventd.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_bgp.sh ']' + sudo cp bgp.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_gnmi.sh ']' + sudo cp gnmi.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_lldp.sh ']' + sudo cp lldp.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_mux.sh ']' + sudo cp mux.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_nat.sh ']' + sudo cp nat.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_swss.sh ']' + sudo cp swss.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_pmon.sh ']' + sudo cp pmon.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_radv.sh ']' + sudo cp radv.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_sflow.sh ']' + sudo cp sflow.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_snmp.sh ']' + sudo cp snmp.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_mgmt-framework.sh ']' + sudo cp mgmt-framework.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_teamd.sh ']' + sudo cp teamd.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_syncd.sh ']' + sudo cp broadcom_syncd.sh ./fsroot-broadcom/usr/bin/syncd.sh + '[' -f broadcom_syncd.sh ']' + sudo cp broadcom_syncd.sh ./fsroot-broadcom/usr/bin/syncd.sh + '[' -f broadcom_gbsyncd.sh ']' + sudo cp gbsyncd.sh ./fsroot-broadcom/usr/bin/ + '[' -f broadcom_gbsyncd.sh ']' + sudo cp gbsyncd.sh ./fsroot-broadcom/usr/bin/ + '[' -f database.service ']' + sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system + echo database.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database.service + '[' -f database@.service ']' + sudo cp database@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=database@.service + SINGLE_INSTANCE=database.service + sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system + echo database@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database@.service + '[' -f database-chassis.service ']' + sudo cp database-chassis.service ./fsroot-broadcom/usr/lib//systemd/system + echo database-chassis.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database-chassis.service + '[' -f eventd.service ']' + sudo cp eventd.service ./fsroot-broadcom/usr/lib//systemd/system + echo eventd.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf eventd.service + '[' -f bgp@.service ']' + sudo cp bgp@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=bgp@.service + SINGLE_INSTANCE=bgp.service + sudo cp bgp.service ./fsroot-broadcom/usr/lib//systemd/system + echo bgp@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf bgp@.service + '[' -f gnmi.service ']' + sudo cp gnmi.service ./fsroot-broadcom/usr/lib//systemd/system + echo gnmi.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gnmi.service + '[' -f lldp.service ']' + sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system + echo lldp.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf lldp.service + '[' -f lldp@.service ']' + sudo cp lldp@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=lldp@.service + SINGLE_INSTANCE=lldp.service + sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system + echo lldp@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf lldp@.service + '[' -f mux.service ']' + sudo cp mux.service ./fsroot-broadcom/usr/lib//systemd/system + echo mux.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf mux.service + '[' -f nat.service ']' + sudo cp nat.service ./fsroot-broadcom/usr/lib//systemd/system + echo nat.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf nat.service + '[' -f swss@.service ']' + sudo cp swss@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=swss@.service + SINGLE_INSTANCE=swss.service + sudo cp swss.service ./fsroot-broadcom/usr/lib//systemd/system + echo swss@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf swss@.service + '[' -f pmon.service ']' + sudo cp pmon.service ./fsroot-broadcom/usr/lib//systemd/system + echo pmon.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf pmon.service + '[' -f radv.service ']' + sudo cp radv.service ./fsroot-broadcom/usr/lib//systemd/system + echo radv.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf radv.service + '[' -f sflow.service ']' + sudo cp sflow.service ./fsroot-broadcom/usr/lib//systemd/system + echo sflow.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf sflow.service + '[' -f snmp.service ']' + sudo cp snmp.service ./fsroot-broadcom/usr/lib//systemd/system + echo snmp.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf snmp.service + '[' -f mgmt-framework.service ']' + sudo cp mgmt-framework.service ./fsroot-broadcom/usr/lib//systemd/system + echo mgmt-framework.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf mgmt-framework.service + '[' -f teamd@.service ']' + sudo cp teamd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=teamd@.service + SINGLE_INSTANCE=teamd.service + sudo cp teamd.service ./fsroot-broadcom/usr/lib//systemd/system + echo teamd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf teamd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf syncd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf syncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f database.service ']' + sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system + echo database.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database.service + '[' -f database@.service ']' + sudo cp database@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=database@.service + SINGLE_INSTANCE=database.service + sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system + echo database@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database@.service + '[' -f database-chassis.service ']' + sudo cp database-chassis.service ./fsroot-broadcom/usr/lib//systemd/system + echo database-chassis.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf database-chassis.service + '[' -f eventd.service ']' + sudo cp eventd.service ./fsroot-broadcom/usr/lib//systemd/system + echo eventd.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf eventd.service + '[' -f bgp@.service ']' + sudo cp bgp@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=bgp@.service + SINGLE_INSTANCE=bgp.service + sudo cp bgp.service ./fsroot-broadcom/usr/lib//systemd/system + echo bgp@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf bgp@.service + '[' -f gnmi.service ']' + sudo cp gnmi.service ./fsroot-broadcom/usr/lib//systemd/system + echo gnmi.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gnmi.service + '[' -f lldp.service ']' + sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system + echo lldp.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf lldp.service + '[' -f lldp@.service ']' + sudo cp lldp@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=lldp@.service + SINGLE_INSTANCE=lldp.service + sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system + echo lldp@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf lldp@.service + '[' -f mux.service ']' + sudo cp mux.service ./fsroot-broadcom/usr/lib//systemd/system + echo mux.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf mux.service + '[' -f nat.service ']' + sudo cp nat.service ./fsroot-broadcom/usr/lib//systemd/system + echo nat.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf nat.service + '[' -f swss@.service ']' + sudo cp swss@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=swss@.service + SINGLE_INSTANCE=swss.service + sudo cp swss.service ./fsroot-broadcom/usr/lib//systemd/system + echo swss@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf swss@.service + '[' -f pmon.service ']' + sudo cp pmon.service ./fsroot-broadcom/usr/lib//systemd/system + echo pmon.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf pmon.service + '[' -f radv.service ']' + sudo cp radv.service ./fsroot-broadcom/usr/lib//systemd/system + echo radv.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf radv.service + '[' -f sflow.service ']' + sudo cp sflow.service ./fsroot-broadcom/usr/lib//systemd/system + echo sflow.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf sflow.service + '[' -f snmp.service ']' + sudo cp snmp.service ./fsroot-broadcom/usr/lib//systemd/system + echo snmp.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf snmp.service + '[' -f mgmt-framework.service ']' + sudo cp mgmt-framework.service ./fsroot-broadcom/usr/lib//systemd/system + echo mgmt-framework.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf mgmt-framework.service + '[' -f teamd@.service ']' + sudo cp teamd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=teamd@.service + SINGLE_INSTANCE=teamd.service + sudo cp teamd.service ./fsroot-broadcom/usr/lib//systemd/system + echo teamd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf teamd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf syncd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf syncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f iccpd.service ']' + sudo LANG=C chroot ./fsroot-broadcom fuser -km /sys + true + sudo LANG=C chroot ./fsroot-broadcom umount -lf /sys + sudo LANG=C cp files/scripts/swss.sh ./fsroot-broadcom/usr/local/bin/swss.sh + sudo LANG=C cp files/scripts/syncd.sh ./fsroot-broadcom/usr/local/bin/syncd.sh + sudo LANG=C cp files/scripts/syncd_common.sh ./fsroot-broadcom/usr/local/bin/syncd_common.sh + sudo LANG=C cp files/scripts/gbsyncd.sh ./fsroot-broadcom/usr/local/bin/gbsyncd.sh + sudo LANG=C cp files/scripts/gbsyncd-platform.sh ./fsroot-broadcom/usr/bin/gbsyncd-platform.sh + sudo LANG=C cp files/scripts/bgp.sh ./fsroot-broadcom/usr/local/bin/bgp.sh + sudo LANG=C cp files/scripts/teamd.sh ./fsroot-broadcom/usr/local/bin/teamd.sh + sudo LANG=C cp files/scripts/lldp.sh ./fsroot-broadcom/usr/local/bin/lldp.sh + sudo LANG=C cp files/scripts/radv.sh ./fsroot-broadcom/usr/local/bin/radv.sh + sudo LANG=C cp files/scripts/database.sh ./fsroot-broadcom/usr/local/bin/database.sh + sudo LANG=C cp files/scripts/snmp.sh ./fsroot-broadcom/usr/local/bin/snmp.sh + sudo LANG=C cp files/scripts/telemetry.sh ./fsroot-broadcom/usr/local/bin/telemetry.sh + sudo LANG=C cp files/scripts/gnmi.sh ./fsroot-broadcom/usr/local/bin/gnmi.sh + sudo LANG=C cp files/scripts/mgmt-framework.sh ./fsroot-broadcom/usr/local/bin/mgmt-framework.sh + sudo LANG=C cp files/scripts/asic_status.sh ./fsroot-broadcom/usr/local/bin/asic_status.sh + sudo LANG=C cp files/scripts/asic_status.py ./fsroot-broadcom/usr/local/bin/asic_status.py + sudo LANG=C cp files/scripts/sonic-netns-exec ./fsroot-broadcom/usr/bin/sonic-netns-exec + sudo LANG=C cp files/scripts/write_standby.py ./fsroot-broadcom/usr/local/bin/write_standby.py + sudo LANG=C cp files/scripts/mark_dhcp_packet.py ./fsroot-broadcom/usr/local/bin/mark_dhcp_packet.py + sudo cp files/build_templates/sonic.target ./fsroot-broadcom/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom systemctl enable sonic.target Created symlink /etc/systemd/system/multi-user.target.wants/sonic.target -> /lib/systemd/system/sonic.target. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y python3-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18 libpython3-dev libpython3.9-dev lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: python3-dev* 0 upgraded, 0 newly installed, 1 to remove and 17 not upgraded. After this operation, 147 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 50866 files and directories currently installed.) Removing python3-dev (3.9.2-3) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y build-essential libssl-dev swig Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: bzip2 dirmngr dpkg-dev g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18 libpython3-dev libpython3.9-dev libstdc++-10-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: build-essential* gobject-introspection* libgirepository1.0-dev* libssl-dev* swig* 0 upgraded, 0 newly installed, 5 to remove and 16 not upgraded. After this operation, 21.0 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 50847 files and directories currently installed.) Removing libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Removing gobject-introspection (1.66.1-1+b1) ... Removing build-essential (12.9) ... Removing libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ... Removing swig (4.0.2-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config Reading package lists... Building dependency tree... Reading state information... Package 'libgirepository1.0-dev' is not installed, so not removed The following packages were automatically installed and are no longer required: bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0 libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: libcairo2-dev* libdbus-1-dev* libfontconfig-dev* libfontconfig1-dev* libglib2.0-dev* libsystemd-dev* pkg-config* 0 upgraded, 0 newly installed, 7 to remove and 16 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 ... 50521 files and directories currently installed.) Removing libcairo2-dev:amd64 (1.16.0-5) ... Removing libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Removing libfontconfig1-dev:amd64 (2.13.1-4.2) ... Removing libfontconfig-dev:amd64 (2.13.1-4.2) ... Removing libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Removing libsystemd-dev:amd64 (247.3-7+deb11u7) ... Removing pkg-config (0.29.2-1) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... No schema files found: doing nothing. (Reading database ... 49441 files and directories currently installed.) Purging configuration files for pkg-config (0.29.2-1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get clean -y + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get autoremove -y Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0 libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 0 newly installed, 106 to remove and 16 not upgraded. After this operation, 195 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 49440 files and directories currently installed.) Removing dpkg-dev (1.20.13) ... Removing bzip2 (1.0.8-4) ... Removing gnupg (2.2.27-2+deb11u2) ... Removing gpg-wks-client (2.2.27-2+deb11u2) ... Removing dirmngr (2.2.27-2+deb11u2) ... Removing libcairo-script-interpreter2:amd64 (1.16.0-5) ... Removing libcairo-gobject2:amd64 (1.16.0-5) ... Removing libcairo2:amd64 (1.16.0-5) ... Removing libfontconfig1:amd64 (2.13.1-4.2) ... Removing fontconfig-config (2.13.1-4.2) ... Removing fonts-dejavu-core (2.37-2) ... Removing g++ (4:10.2.1-1) ... Removing g++-10 (10.2.1-6) ... Removing gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Removing gir1.2-packagekitglib-1.0 (1.2.2-2) ... Removing gnupg-l10n (2.2.27-2+deb11u2) ... Removing gnupg-utils (2.2.27-2+deb11u2) ... Removing gpg-wks-server (2.2.27-2+deb11u2) ... Removing gpg-agent (2.2.27-2+deb11u2) ... Removing gpgsm (2.2.27-2+deb11u2) ... Removing python3-software-properties (0.96.20.2-2.1) ... Removing iso-codes (4.6.0-1) ... Removing libmount-dev:amd64 (2.36.1-8+deb11u2) ... Removing libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libbrotli-dev:amd64 (1.0.9-2+b2) ... Removing python3.9-dev (3.9.2-1+deb11u3) ... Removing libpython3-dev:amd64 (3.9.2-3) ... Removing libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Removing libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Removing libpng-dev:amd64 (1.6.37-3) ... Removing zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Removing uuid-dev:amd64 (2.36.1-8+deb11u2) ... Removing python3-pycurl (7.43.0.6-5) ... Removing libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ... Removing libdpkg-perl (1.20.13) ... Removing libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libglib2.0-bin (2.66.8-1+deb11u6) ... Removing libglib2.0-data (2.66.8-1+deb11u6) ... Removing libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Removing libsm-dev:amd64 (2:1.2.3-1) ... Removing libice-dev:amd64 (2:1.0.10-1) ... Removing libsm6:amd64 (2:1.2.3-1) ... Removing libice6:amd64 (2:1.0.10-1) ... Removing libjs-sphinxdoc (3.4.3-2) ... Removing libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Removing libjs-underscore (1.9.1~dfsg-3) ... Removing libksba8:amd64 (1.5.0-3+deb11u2) ... Removing libnpth0:amd64 (1.6-3) ... Removing libpackagekit-glib2-18:amd64 (1.2.2-2) ... Removing libpcre3-dev:amd64 (2:8.39-13) ... Removing libpcre16-3:amd64 (2:8.39-13) ... Removing libselinux1-dev:amd64 (3.1-3) ... Removing libpcre2-dev:amd64 (10.36-2+deb11u1) ... Removing libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Removing libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Removing libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Removing libpcre32-3:amd64 (2:8.39-13) ... Removing libpcrecpp0v5:amd64 (2:8.39-13) ... Removing libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Removing libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Removing libpng16-16:amd64 (1.6.37-3) ... Removing libxcb-shm0-dev:amd64 (1.14-3) ... Removing libxcb-render0-dev:amd64 (1.14-3) ... Removing libsepol1-dev:amd64 (3.1-1+deb11u1) ... Removing libstdc++-10-dev:amd64 (10.2.1-6) ... Removing libxrender-dev:amd64 (1:0.9.10-1) ... Removing libxrender1:amd64 (1:0.9.10-1) ... Removing libxext-dev:amd64 (2:1.3.3-1.1) ... Removing libxext6:amd64 (2:1.3.3-1.1) ... Removing libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Removing libxcb-shm0:amd64 (1.14-3) ... Removing libxcb-render0:amd64 (1.14-3) ... Removing lsb-release (11.1.0) ... Removing make (4.3-4.1) ... Removing patch (2.7.6-7) ... Removing pinentry-curses (1.1.0-4) ... Removing python-pip-whl (20.3.4-4+deb11u1) ... Removing python3-mako (1.1.3+ds1-2) ... Removing python3-markdown (3.3.4-1) ... Removing python3-markupsafe (1.1.1-1+b3) ... Removing python3-setuptools (52.0.0-4+deb11u2) ... Removing python3-pkg-resources (52.0.0-4+deb11u2) ... Removing python3-wheel (0.34.2-1) ... Removing swig4.0 (4.0.2-1) ... Removing x11-common (1:7.7+22) ... Running in chroot, ignoring request. Removing x11proto-xext-dev (2020.1-1) ... Removing xtrans-dev (1.4.0-1) ... Removing libc6-dev:amd64 (2.31-13+deb11u13) ... Removing libc-dev-bin (2.31-13+deb11u13) ... Removing libcrypt-dev:amd64 (1:4.4.18-4) ... Removing libnsl-dev:amd64 (1.3.0-2) ... Removing libxcb1-dev:amd64 (1.14-3) ... Removing libpthread-stubs0-dev:amd64 (0.4-1) ... Removing libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Removing libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Removing libx11-data (2:1.7.2-1+deb11u2) ... Removing libxau-dev:amd64 (1:1.0.9-1) ... Removing libxcb1:amd64 (1.14-3) ... Removing libxau6:amd64 (1:1.0.9-1) ... Removing libxdmcp-dev:amd64 (1:1.1.2-3) ... Removing libxdmcp6:amd64 (1:1.1.2-3) ... Removing linux-libc-dev:amd64 (5.10.237-1) ... Removing x11proto-dev (2020.1-1) ... Removing xorg-sgml-doctools (1:1.11-1.1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo cp dockers/docker-database/base_image_files/redis-cli ./fsroot-broadcom//usr/bin/redis-cli + sudo cp dockers/docker-fpm-frr/base_image_files/vtysh ./fsroot-broadcom//usr/bin/vtysh + sudo cp dockers/docker-fpm-frr/base_image_files/rvtysh ./fsroot-broadcom//usr/bin/rvtysh + sudo cp dockers/docker-fpm-frr/base_image_files/TSA ./fsroot-broadcom//usr/bin/TSA + sudo cp dockers/docker-fpm-frr/base_image_files/TSB ./fsroot-broadcom//usr/bin/TSB + sudo cp dockers/docker-fpm-frr/base_image_files/TSC ./fsroot-broadcom//usr/bin/TSC + sudo cp dockers/docker-fpm-frr/base_image_files/TS ./fsroot-broadcom//usr/bin/TS + sudo cp dockers/docker-sonic-gnmi/base_image_files/monit_gnmi ./fsroot-broadcom//etc/monit/conf.d + sudo cp dockers/docker-lldp/base_image_files/lldpctl ./fsroot-broadcom//usr/bin/lldpctl + sudo cp dockers/docker-lldp/base_image_files/lldpcli ./fsroot-broadcom//usr/bin/lldpcli + sudo cp dockers/docker-nat/base_image_files/natctl ./fsroot-broadcom//usr/bin/natctl + sudo cp dockers/docker-orchagent/base_image_files/swssloglevel ./fsroot-broadcom//usr/bin/swssloglevel + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/bin/sensors + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/sbin/iSmart + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/sbin/SmartCmd + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/bin/ethtool + sudo cp dockers/docker-sflow/base_image_files/psample ./fsroot-broadcom//usr/bin/psample + sudo cp dockers/docker-sflow/base_image_files/sflowtool ./fsroot-broadcom//usr/bin/sflowtool + sudo cp dockers/docker-snmp/base_image_files/monit_snmp ./fsroot-broadcom//etc/monit/conf.d + sudo cp dockers/docker-sonic-mgmt-framework/base_image_files/sonic-cli ./fsroot-broadcom//usr/bin/sonic-cli + sudo cp dockers/docker-teamd/base_image_files/teamdctl ./fsroot-broadcom//usr/bin/teamdctl + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmcmd ./fsroot-broadcom//usr/bin/bcmcmd + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmsh ./fsroot-broadcom//usr/bin/bcmsh + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcm_common ./fsroot-broadcom//usr/bin/bcm_common + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmcmd ./fsroot-broadcom//usr/bin/bcmcmd + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmsh ./fsroot-broadcom//usr/bin/bcmsh + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcm_common ./fsroot-broadcom//usr/bin/bcm_common + sudo mkdir ./fsroot-broadcom/etc/sonic/frr + sudo touch ./fsroot-broadcom/etc/sonic/frr/frr.conf + sudo touch ./fsroot-broadcom/etc/sonic/frr/vtysh.conf + sudo chown -R 300:300 ./fsroot-broadcom/etc/sonic/frr + sudo chmod -R 640 ./fsroot-broadcom/etc/sonic/frr/ + sudo chmod 750 ./fsroot-broadcom/etc/sonic/frr + sudo cp files/build_scripts/mask_disabled_services.py ./fsroot-broadcom/tmp/ + sudo chmod a+x ./fsroot-broadcom/tmp/mask_disabled_services.py + sudo LANG=C chroot ./fsroot-broadcom /tmp/mask_disabled_services.py Created symlink /etc/systemd/system/dhcp_relay.service → /dev/null. Created symlink /etc/systemd/system/mux.service → /dev/null. Created symlink /etc/systemd/system/nat.service → /dev/null. Created symlink /etc/systemd/system/sflow.service → /dev/null. Created symlink /etc/systemd/system/macsec.service → /dev/null. + sudo rm -rf ./fsroot-broadcom/tmp/mask_disabled_services.py + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-dbus Reading package lists... Building dependency tree... Reading state information... python3-dbus is already the newest version (1.2.16-5). 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + clean_sys + sudo chroot ./fsroot-broadcom umount /sys/fs/cgroup/blkio /sys/fs/cgroup/cpu /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/misc /sys/fs/cgroup/net_cls /sys/fs/cgroup/net_cls,net_prio /sys/fs/cgroup/net_prio /sys/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/cgroup /sys umount: /sys/fs/cgroup/blkio: no mount point specified. umount: /sys/fs/cgroup/cpu: no mount point specified. umount: /sys/fs/cgroup/cpu,cpuacct: no mount point specified. umount: /sys/fs/cgroup/cpuacct: no mount point specified. umount: /sys/fs/cgroup/cpuset: no mount point specified. umount: /sys/fs/cgroup/devices: no mount point specified. umount: /sys/fs/cgroup/freezer: no mount point specified. umount: /sys/fs/cgroup/hugetlb: no mount point specified. umount: /sys/fs/cgroup/memory: no mount point specified. umount: /sys/fs/cgroup/misc: no mount point specified. umount: /sys/fs/cgroup/net_cls: no mount point specified. umount: /sys/fs/cgroup/net_cls,net_prio: no mount point specified. umount: /sys/fs/cgroup/net_prio: no mount point specified. umount: /sys/fs/cgroup/perf_event: no mount point specified. umount: /sys/fs/cgroup/pids: no mount point specified. umount: /sys/fs/cgroup/rdma: no mount point specified. umount: /sys/fs/cgroup/systemd: no mount point specified. umount: /sys/fs/cgroup: no mount point specified. umount: /sys: not mounted. + true + true + '[' y = y ']' + '[' -f files/build_templates/organization_extensions.sh ']' + sudo chmod 755 files/build_templates/organization_extensions.sh + ./files/build_templates/organization_extensions.sh -f ./fsroot-broadcom -h sonic Executing SONIC Organization Extensions SONIC Organization Extensions - Done + sudo cp files/image_config/ebtables/ebtables.filter.cfg ./fsroot-broadcom/etc + '[' '' == y ']' + sudo LANG=C chroot ./fsroot-broadcom /bin/bash -c 'mkdir -p /etc/fips' + sudo LANG=C chroot ./fsroot-broadcom /bin/bash -c 'echo 0 > /etc/fips/fips_enable' + [[ no_sign == \d\e\v ]] + [[ no_sign == \p\r\o\d ]] + sudo chroot ./fsroot-broadcom update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64 + [[ aboot == uboot ]] + SONIC_VERSION_CACHE= + DBGOPT= + scripts/collect_host_image_version_files.sh amd64 bullseye target ./fsroot-broadcom ./ ./web/ ./deb/ ./pip/ ++ get_version_cache_option ++ '[' '!' -z ']' ++ echo -n '' ++ return 1 + '[' '!' -z '' ']' + apt-get -s clean -y Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* Del /var/lib/apt/lists/partial/* Del + apt-get -s autoclean -y Reading package lists... Building dependency tree... Reading state information... + apt-get -s autoremove -y Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin' + [[ ! host-image =~ -slave- ]] + rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory rm: cannot remove '/var/lib/apt/lists/partial': Is a directory + rm -rf /sonic/target /ssh + rm -f '/tmp/*' + rm -rf /debs /python-wheels /root/.cache + find / + grep -E __pycache__ + xargs rm -rf + rm -rf '/usr/local/share/buildinfo/build-versions/*' + symlink_build_hooks -d + set_reproducible_mirrors -d + local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/' + local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/' + local 'expression3=$a#SET_REPR_MIRRORS' + '[' -d = -d ']' + expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/' + expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/' + expression3=/#SET_REPR_MIRRORS/d ++ find /etc/apt/sources.list.d/ -type f + local 'mirrors=/etc/apt/sources.list ' + for mirror in $mirrors + grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list + continue + rm -f /usr/local/share/buildinfo/versions/01-versions-deb + rm -f /etc/apt/preferences.d/01-versions-deb + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y remove gcc Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: gcc 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 46.1 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41727 files and directories currently installed.) Removing gcc (4:10.2.1-1) ... + sudo rm ./fsroot-broadcom/etc/apt/apt.conf.d/00image-install-eatmydata ./fsroot-broadcom/usr/local/bin/dpkg + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y remove eatmydata Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: eatmydata 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 30.7 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41698 files and directories currently installed.) Removing eatmydata (105-9) ... + sudo LANG=C chroot ./fsroot-broadcom apt-get -y autoremove Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 0 upgraded, 0 newly installed, 22 to remove and 0 not upgraded. After this operation, 151 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41691 files and directories currently installed.) Removing gcc-10 (10.2.1-6) ... Removing binutils (2.35.2-2) ... Removing binutils-x86-64-linux-gnu (2.35.2-2) ... Removing libctf0:amd64 (2.35.2-2) ... Removing libbinutils:amd64 (2.35.2-2) ... Removing binutils-common:amd64 (2.35.2-2) ... Removing cpp (4:10.2.1-1) ... Removing cpp-10 (10.2.1-6) ... Removing libgcc-10-dev:amd64 (10.2.1-6) ... Removing libasan6:amd64 (10.2.1-6) ... Removing libcc1-0:amd64 (10.2.1-6) ... Removing libctf-nobfd0:amd64 (2.35.2-2) ... Removing libeatmydata1:amd64 (105-9) ... Removing libgomp1:amd64 (10.2.1-6) ... Removing libisl23:amd64 (0.23-1) ... Removing libitm1:amd64 (10.2.1-6) ... Removing liblsan0:amd64 (10.2.1-6) ... Removing libmpc3:amd64 (1.2.0-1) ... Removing libmpfr6:amd64 (4.1.0-3) ... Removing libquadmath0:amd64 (10.2.1-6) ... Removing libtsan0:amd64 (10.2.1-6) ... Removing libubsan1:amd64 (10.2.1-6) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C chroot ./fsroot-broadcom apt-get autoclean Reading package lists... Building dependency tree... Reading state information... + sudo LANG=C chroot ./fsroot-broadcom apt-get clean + sudo LANG=C chroot ./fsroot-broadcom bash -c 'rm -rf /usr/share/doc/* /usr/share/locale/* /var/lib/apt/lists/* /tmp/*' + '[' -n '' ']' + sudo LANG=C chroot ./fsroot-broadcom pip3 cache purge WARNING: No matching packages Files removed: 0 (0 bytes) + echo '[INFO] Umount all' [INFO] Umount all + sudo LANG=C chroot ./fsroot-broadcom fuser -vm /proc USER PID ACCESS COMMAND /proc: root kernel mount /proc + sudo LANG=C chroot ./fsroot-broadcom fuser -km /proc + true + sudo timeout 15s bash -c 'until LANG=C chroot $0 umount /proc; do sleep 1; done' ./fsroot-broadcom + sudo mkdir ./fsroot-broadcom/host + [[ n == \y ]] + sudo rm -f fs.zip fs.squashfs + sudo du -hsx ./fsroot-broadcom 2.9G ./fsroot-broadcom + sudo mkdir -p ./fsroot-broadcom/var/lib/docker + sudo rm -f ./fsroot-broadcom/etc/resolvconf/resolv.conf.d/original + sudo cp files/image_config/resolv-config/resolv.conf.head ./fsroot-broadcom/etc/resolvconf/resolv.conf.d/head + '[' n = y ']' + sudo mksquashfs ./fsroot-broadcom fs.squashfs -comp zstd -b 1M -e boot -e var/lib/docker -e platform Parallel mksquashfs: Using 112 processors Creating 4.0 filesystem on fs.squashfs, block size 1048576. [- ] 500/38780 1% [=| ] 1300/38780 3% [========\ ] 5500/38780 14% [========| ] 5800/38780 14% [=========| ] 6200/38780 15% [==============\ ] 9300/38780 23% [==============\ ] 9700/38780 25% [========================\ ] 16000/38780 41% [===========================================================/] 38780/38780 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 355934.64 Kbytes (347.59 Mbytes) 26.00% of uncompressed filesystem size (1368986.85 Kbytes) Inode table size 365836 bytes (357.26 Kbytes) 22.36% of uncompressed inode table size (1636131 bytes) Directory table size 407216 bytes (397.67 Kbytes) 35.65% of uncompressed directory table size (1142218 bytes) Xattr table size 40 bytes (0.04 Kbytes) 100.00% of uncompressed xattr table size (40 bytes) Number of duplicate files found 11892 Number of inodes 51357 Number of files 38577 Number of fragments 670 Number of symbolic links 2395 Number of device nodes 5351 Number of fifo nodes 0 Number of socket nodes 2 Number of directories 5032 Number of ids (unique uids + gids) 27 Number of uids 6 root (0) jenkins (129) unknown (300) unknown (1000) sshd (106) _apt (100) Number of gids 25 root (0) video (44) disk (6) audio (29) cdrom (24) tty (5) floppy (25) dialout (20) kmem (15) lp (7) tape (26) gjenkins (136) adm (4) shadow (42) unknown (300) unknown (1000) utmp (43) Debian-exim (106) crontab (107) messagebus (104) staff (50) unknown (112) docker (999) ssh (109) mail (8) + sudo chmod -R go-wx ./fsroot-broadcom/boot ++ sudo LANG=C chroot ./fsroot-broadcom id -g admin + gid_user=1000 + '[' 1000 '!=' 1000 ']' + [[ n == y ]] + [[ n == y ]] + pushd ./fsroot-broadcom /sonic/fsroot-broadcom /sonic + sudo tar -I gzip -cf /sonic/dockerfs.tar.gz -C var/lib/docker . + popd /sonic + pushd ./fsroot-broadcom /sonic/fsroot-broadcom /sonic + sudo tar -I gzip -cf platform.tar.gz -C platform . + sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz adding: boot/ (stored 0%) adding: boot/vmlinuz-5.10.0-30-2-amd64 (deflated 1%) adding: boot/initrd.img-5.10.0-30-2-amd64 (deflated 2%) adding: boot/config-5.10.0-30-2-amd64 (deflated 76%) adding: boot/System.map-5.10.0-30-2-amd64 (deflated 16%) adding: platform.tar.gz (stored 0%) + popd /sonic + sudo zip -g -n .squashfs:.gz fs.zip fs.squashfs dockerfs.tar.gz adding: fs.squashfs (stored 0%) adding: dockerfs.tar.gz (stored 0%) + sudo LANG=C chroot ./fsroot-broadcom umount /proc umount: /proc: not mounted. + true + true ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + [[ amd64 == armhf ]] + [[ amd64 == arm64 ]] + . ./onie-image.conf ++ : 32768 ++ : x86_64 ++ : broadcom ++ ONIEIMAGE_VERSION=r0 ++ FILESYSTEM_ROOT=./fsroot-broadcom ++ FILESYSTEM_SQUASHFS=fs.squashfs ++ ONIE_INSTALLER_PAYLOAD=fs.zip ++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz ++ DOCKERFS_DIR=docker ++ DOCKER_RAMFS_SIZE=2500M ++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom.bin ++ OUTPUT_RAW_IMAGE=target/sonic-broadcom.raw ++ RAW_IMAGE_DISK_SIZE=1700 ++ OUTPUT_KVM_IMAGE=target/sonic-broadcom.img ++ KVM_IMAGE_DISK_SIZE=16 ++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom.swi ++ ABOOT_BOOT_IMAGE=.sonic-boot.swi ++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom.img ++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom.img + '[' -n 32768 ']' + '[' -n fs.zip ']' + IMAGE_VERSION=etri-202311.101-e86056371 + '[' aboot = onie ']' + '[' aboot = raw ']' + '[' aboot = kvm ']' + '[' aboot = aboot ']' + echo 'Build Aboot installer' Build Aboot installer ++ dirname target/sonic-aboot-broadcom.swi + mkdir -p target + sudo rm -f target/sonic-aboot-broadcom.swi + sudo rm -f .sonic-boot.swi + cp fs.zip target/sonic-aboot-broadcom.swi + j2 -f env files/Aboot/boot0.j2 ./onie-image.conf + sed -i -e s/%%IMAGE_VERSION%%/etri-202311.101-e86056371/g files/Aboot/boot0 + pushd files/Aboot /sonic/files/Aboot /sonic + zip -g /sonic/target/sonic-aboot-broadcom.swi boot0 adding: boot0 (deflated 71%) + popd /sonic + pushd files/Aboot /sonic/files/Aboot /sonic + zip -g /sonic/.sonic-boot.swi boot0 zip warning: /sonic/.sonic-boot.swi not found or empty adding: boot0 (deflated 71%) + popd /sonic + pushd files/image_config/secureboot /sonic/files/image_config/secureboot /sonic + zip -g /sonic/target/sonic-aboot-broadcom.swi allowlist_paths.conf adding: allowlist_paths.conf (deflated 57%) + popd /sonic + echo etri-202311.101-e86056371 + zip -g target/sonic-aboot-broadcom.swi .imagehash adding: .imagehash (stored 0%) + zip -g .sonic-boot.swi .imagehash adding: .imagehash (stored 0%) + rm .imagehash + echo SWI_VERSION=42.0.0 ++ date -d '' -u +%Y%m%dT%H%M%SZ + echo BUILD_DATE=20250916T000000Z + echo SWI_MAX_HWEPOCH=2 + echo SWI_VARIANT=US + zip -g target/sonic-aboot-broadcom.swi version adding: version (deflated 8%) + zip -g .sonic-boot.swi version adding: version (deflated 8%) + rm version + generate_device_list .platforms_asic + local platforms_asic=.platforms_asic + echo -n ++ find -L ./device -maxdepth 2 -mindepth 2 -type d + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic + echo x86_64-ragile_ra-b6510-32c-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic + echo x86_64-ragile_ra-b6920-4s-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic + echo x86_64-ragile_ra-b6910-64c-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic + echo x86_64-ragile_ra-b6510-48v8c-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/common/profiles/platform_asic ']' + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/common/pddf/platform_asic ']' + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic + echo x86_64-dellemc_s5212f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic + echo x86_64-dell_s6100_c2538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic + echo x86_64-dellemc_n3248pxe_c3338-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic + echo x86_64-dellemc_s5232f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic + echo x86_64-dellemc_n3248te_c3338-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic + echo x86_64-dellemc_z9264f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic + echo x86_64-dell_z9100_c2538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic + echo x86_64-dellemc_z9432f_c3758-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic + echo x86_64-dellemc_s5224f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic + echo x86_64-dellemc_z9332f_d1508-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic + echo x86_64-dellemc_s5296f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_e3224f-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dell_e3224f-r0/platform_asic + echo x86_64-dell_e3224f-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic + echo x86_64-dell_s6000_s1220-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic + echo x86_64-dellemc_s5248f_c3538-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic + echo x86_64-juniper_qfx5200-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic + echo x86_64-juniper_qfx5210-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic + echo x86_64-mitac_ly1200_b32h0_c3-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6356-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6356-r0/platform_asic + echo x86_64-inventec_d6356-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6332-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6332-r0/platform_asic + echo x86_64-inventec_d6332-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6556-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6556-r0/platform_asic + echo x86_64-inventec_d6556-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic + echo x86_64-inventec_d7054q28b-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic + echo x86_64-inventec_d6254qs-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic + echo x86_64-inventec_d7264q28b-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic + echo x86_64-inventec_d7032q28b-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic + echo x86_64-quanta_ix8_rglbmc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic + echo x86_64-quanta_ix1b_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic + echo x86_64-quanta_ix1b_rglbmc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic + echo x86_64-quanta_ix7_rglbmc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic + echo x86_64-quanta_ix8c_bwde-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic + echo x86_64-quanta_ix7_bwde-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic + echo x86_64-quanta_ix9_bwde-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic + echo x86_64-quanta_ix8a_bwde-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic + echo x86_64-cel_seastone_2-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_seastone-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_seastone-r0/platform_asic + echo x86_64-cel_seastone-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_midstone-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_midstone-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_silverstone-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_silverstone-r0/platform_asic + echo x86_64-cel_silverstone-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_belgite-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_belgite-r0/platform_asic + echo x86_64-cel_belgite-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_e1031-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/celestica/x86_64-cel_e1031-r0/platform_asic + echo x86_64-cel_e1031-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag5648-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_ag5648-r0/platform_asic + echo x86_64-delta_ag5648-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic + echo x86_64-delta_ag9032v2a-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic + echo x86_64-delta_et-6248brb-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9064-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_ag9064-r0/platform_asic + echo x86_64-delta_ag9064-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic + echo x86_64-delta_ag9032v1-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_et-c032if-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_et-c032if-r0/platform_asic + echo x86_64-delta_et-c032if-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_agc032-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/delta/x86_64-delta_agc032-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic + echo x86_64-alphanetworks_snj60d0_320f-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic + echo x86_64-alphanetworks_bes2348t-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic + echo x86_64-alphanetworks_snh60a0_320fv2-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic + echo x86_64-alphanetworks_snh60b0_640f-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic + echo x86_64-ingrasys_s9180_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic + echo x86_64-ingrasys_s8900_64xc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic + echo x86_64-ingrasys_s8810_32q-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic + echo x86_64-ingrasys_s8900_54xc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic + echo x86_64-ingrasys_s9200_64x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic + echo x86_64-ingrasys_s9100-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic + echo x86_64-facebook_wedge100-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic + echo x86_64-ufispace_s8901_54xc-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic + echo x86_64-ufispace_s6301_56st-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic + echo x86_64-ufispace_s7801_54xs-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic + echo x86_64-ufispace_s9300_32d-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic + echo x86_64-ufispace_s9110_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic + echo x86_64-tencent_tcs9400-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic + echo x86_64-tencent_tcs8400-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx5_64s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx5_64s/platform_asic + echo x86_64-arista_7060dx5_64s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050_qx32/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050_qx32/platform_asic + echo x86_64-arista_7050_qx32 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_64c/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7170_64c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_32cd/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7170_32cd/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050dx4_32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050dx4_32s/platform_asic + echo x86_64-arista_7050dx4_32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx4_32/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx4_32/platform_asic + echo x86_64-arista_7060dx4_32 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_720dt_48s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_720dt_48s/platform_asic + echo x86_64-arista_720dt_48s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060x6_64pe/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_64pe/platform_asic + echo x86_64-arista_7060x6_64pe + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_common/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_common/platform_asic + echo x86_64-arista_common + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050_qx32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050_qx32s/platform_asic + echo x86_64-arista_7050_qx32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060x6_64de/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_64de/platform_asic + echo x86_64-arista_7060x6_64de + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050px4_32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050px4_32s/platform_asic + echo x86_64-arista_7050px4_32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_32c/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7170_32c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050cx3_32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050cx3_32s/platform_asic + echo x86_64-arista_7050cx3_32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060px5_64s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060px5_64s/platform_asic + echo x86_64-arista_7060px5_64s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060_cx32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060_cx32s/platform_asic + echo x86_64-arista_7060_cx32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170b_64c/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7170b_64c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800_sup/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800_sup/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx5_32/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx5_32/platform_asic + echo x86_64-arista_7060dx5_32 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7260cx3_64/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7260cx3_64/platform_asic + echo x86_64-arista_7260cx3_64 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic + echo x86_64-arista_7050sx3_48yc8 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060px4_32/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060px4_32/platform_asic + echo x86_64-arista_7060px4_32 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060cx2_32s/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7060cx2_32s/platform_asic + echo x86_64-arista_7060cx2_32s + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic + echo x86_64-arista_7050sx3_48c8 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/broadcom/x86_64-broadcom_common/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/broadcom/x86_64-broadcom_common/platform_asic + echo x86_64-broadcom_common + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic + echo x86_64-bcm_xlr-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic + echo x86_64-ruijie_b6510-48vs8cq-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic + echo x86_64-accton_as7326_56x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic + echo x86_64-accton_as9726_32d-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic + echo x86_64-accton_as7712_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic + echo x86_64-accton_as7312_54x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic + echo x86_64-accton_as5835_54t-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic + echo x86_64-accton_as7312_54xs-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic + echo x86_64-accton_as5835_54x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic + echo x86_64-accton_as7816_64x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_minipack-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_minipack-r0/platform_asic + echo x86_64-accton_minipack-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic + echo x86_64-accton_as4630_54te-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic + echo x86_64-accton_as7716_32xb-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic + echo x86_64-accton_as9716_32d-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic + echo x86_64-accton_as7315_27xb-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic + echo x86_64-accton_as5812_54x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic + echo x86_64-accton_as5712_54x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic + echo x86_64-accton_as7726_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic + echo x86_64-accton_as7716_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic + echo x86_64-accton_as7212_54x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic + echo x86_64-accton_as5812_54t-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic + echo x86_64-accton_as4630_54pe-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic + echo x86_64-accton_as6712_32x-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic ']' + '[' broadcom = generic ']' + grep -Fxq broadcom ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic + zip -g target/sonic-aboot-broadcom.swi .platforms_asic adding: .platforms_asic (deflated 77%) + '[' n = y ']' + echo sonic_fips=0 + zip -g target/sonic-aboot-broadcom.swi kernel-cmdline-append adding: kernel-cmdline-append (stored 0%) + rm kernel-cmdline-append + zip -g target/sonic-aboot-broadcom.swi .sonic-boot.swi adding: .sonic-boot.swi (deflated 2%) + rm .sonic-boot.swi + '[' '' = y ']' ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + DOCKER_VERSION=5:24.0.2-1~debian.11~bullseye + CONTAINERD_IO_VERSION=1.6.21-1 + LINUX_KERNEL_VERSION=5.10.0-30-2 + FILESYSTEM_ROOT=./fsroot + PLATFORM_DIR=platform + HOSTNAME=sonic + DEFAULT_USERINFO='Default admin user,,,' + BUILD_TOOL_PATH=src/sonic-build-hooks/buildinfo + TRUSTED_GPG_DIR=src/sonic-build-hooks/buildinfo/trusted.gpg.d + . ./onie-image.conf ++ : 32768 ++ : x86_64 ++ : broadcom-dnx ++ ONIEIMAGE_VERSION=r0 ++ FILESYSTEM_ROOT=./fsroot-broadcom-dnx ++ FILESYSTEM_SQUASHFS=fs.squashfs ++ ONIE_INSTALLER_PAYLOAD=fs.zip ++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz ++ DOCKERFS_DIR=docker ++ DOCKER_RAMFS_SIZE=2500M ++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom-dnx.bin ++ OUTPUT_RAW_IMAGE=target/sonic-broadcom-dnx.raw ++ RAW_IMAGE_DISK_SIZE=1700 ++ OUTPUT_KVM_IMAGE=target/sonic-broadcom-dnx.img ++ KVM_IMAGE_DISK_SIZE=16 ++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom-dnx.swi ++ ABOOT_BOOT_IMAGE=.sonic-boot.swi ++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom-dnx.img ++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom-dnx.img + '[' -n 32768 ']' + '[' -n fs.zip ']' + '[' -n fs.squashfs ']' + '[' aboot = aboot ']' + TARGET_BOOTLOADER=aboot + [[ y != y ]] + [[ n == y ]] + [[ y == y ]] + echo '[INFO] RFS build: second stage' [INFO] RFS build: second stage + sudo mount proc /proc -t proc + sudo umount -Rl ./fsroot-broadcom-dnx umount: ./fsroot-broadcom-dnx: not mounted + true + sudo fuser -vm ./fsroot-broadcom-dnx USER PID ACCESS COMMAND /sonic/fsroot-broadcom-dnx: root kernel mount /sonic jenkins 1 ..c.. docker-init jenkins 7 ..c.. bash jenkins 8 ..c.. make jenkins 562217 ..c.. bash jenkins 586761 ..c.. build_debian.sh jenkins 586762 ..c.. process_log.sh root 586772 ..c.. sudo + sudo rm -rf ./fsroot-broadcom-dnx + sudo unsquashfs -d ./fsroot-broadcom-dnx target/sonic-aboot-broadcom.swi__broadcom-dnx__rfs.squashfs Parallel unsquashfs: Using 112 processors 33963 inodes (41230 blocks) to write [==================/ ] 13000/41230 31% [=============================\ ] 20500/41230 49% [======================================/ ] 27000/41230 65% [========================================- ] 28500/41230 69% [===========================================================-] 41230/41230 100% created 25951 files created 3676 directories created 2657 symlinks created 5351 devices created 0 fifos + pushd ./fsroot-broadcom-dnx /sonic/fsroot-broadcom-dnx /sonic + sudo mount --bind . . + popd /sonic + trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true' + local oldcmd=true + local 'newcmd=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' + trap -- 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' EXIT INT TERM HUP + _trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' + local 'next=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' ++ echo 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' ++ sed -e 's/'\''/'\''\\'\'''\''/g' + eval 'trap_push() { local oldcmd='\''sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + sudo LANG=C chroot ./fsroot-broadcom-dnx mount proc /proc -t proc + export build_version=etri-202311.101-e86056371 + build_version=etri-202311.101-e86056371 ++ cat ./fsroot-broadcom-dnx/etc/debian_version + export debian_version=11.11 + debian_version=11.11 + export kernel_version=5.10.0-30-2-amd64 + kernel_version=5.10.0-30-2-amd64 + export asic_type=broadcom + asic_type=broadcom + export asic_subtype=broadcom-dnx + asic_subtype=broadcom-dnx ++ git rev-parse --short HEAD + export commit_id=e86056371 + commit_id=e86056371 ++ git rev-parse --abbrev-ref HEAD + export branch=etri-202311 + branch=etri-202311 ++ '[' -f ./fsroot-broadcom-dnx/etc/sonic/sonic_release ']' ++ cat ./fsroot-broadcom-dnx/etc/sonic/sonic_release + export release=202311 + release=202311 ++ date -u + export 'build_date=Tue Sep 16 11:36:39 UTC 2025' + build_date='Tue Sep 16 11:36:39 UTC 2025' + export build_number=101 + build_number=101 + export built_by=jenkins@w2sh-PowerEdge-R740 + built_by=jenkins@w2sh-PowerEdge-R740 + export sonic_os_version=11 + sonic_os_version=11 + j2 files/build_templates/sonic_version.yml.j2 + sudo tee ./fsroot-broadcom-dnx/etc/sonic/sonic_version.yml --- build_version: 'etri-202311.101-e86056371' debian_version: '11.11' kernel_version: '5.10.0-30-2-amd64' asic_type: broadcom asic_subtype: 'broadcom-dnx' commit_id: 'e86056371' branch: 'etri-202311' release: '202311' build_date: Tue Sep 16 11:36:39 UTC 2025 build_number: 101 built_by: jenkins@w2sh-PowerEdge-R740 libswsscommon: 1.0.0 sonic_utilities: 1.2 sonic_os_version: 11 secure_boot_image: 'no' + '[' -f sonic_debian_extension.sh ']' + ./sonic_debian_extension.sh ./fsroot-broadcom-dnx platform bullseye ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + . functions.sh ++ _trap_push true ++ local next=true +++ echo true +++ sed -e 's/'\''/'\''\\'\'''\''/g' ++ eval 'trap_push() { local oldcmd='\''true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + BUILD_SCRIPTS_DIR=files/build_scripts + BUILD_TEMPLATES=files/build_templates + IMAGE_CONFIGS=files/image_config + SCRIPTS_DIR=files/scripts + DOCKER_SCRIPTS_DIR=files/docker + DOCKER_CTL_DIR=/usr/lib/docker/ + DOCKER_CTL_SCRIPT=/usr/lib/docker//docker.sh + FILESYSTEM_ROOT_USR=./fsroot-broadcom-dnx/usr + FILESYSTEM_ROOT_USR_LIB=./fsroot-broadcom-dnx/usr/lib/ + FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM=./fsroot-broadcom-dnx/usr/lib//systemd/system + FILESYSTEM_ROOT_USR_SHARE=./fsroot-broadcom-dnx/usr/share + FILESYSTEM_ROOT_USR_SHARE_SONIC=./fsroot-broadcom-dnx/usr/share/sonic + FILESYSTEM_ROOT_USR_SHARE_SONIC_SCRIPTS=./fsroot-broadcom-dnx/usr/share/sonic/scripts + FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES=./fsroot-broadcom-dnx/usr/share/sonic/templates + FILESYSTEM_ROOT_USR_SHARE_SONIC_FIRMWARE=./fsroot-broadcom-dnx/usr/share/sonic/firmware + FILESYSTEM_ROOT_ETC=./fsroot-broadcom-dnx/etc + FILESYSTEM_ROOT_ETC_SONIC=./fsroot-broadcom-dnx/etc/sonic + GENERATED_SERVICE_FILE=./fsroot-broadcom-dnx/etc/sonic/generated_services.conf + trap_push clean_sys + local oldcmd=true + local 'newcmd=clean_sys; true' + trap -- 'clean_sys; true' EXIT INT TERM HUP + _trap_push 'clean_sys; true' + local 'next=clean_sys; true' ++ echo 'clean_sys; true' ++ sed -e 's/'\''/'\''\\'\'''\''/g' + eval 'trap_push() { local oldcmd='\''clean_sys; true'\'' local newcmd="$1; $oldcmd" trap -- "$newcmd" EXIT INT TERM HUP _trap_push "$newcmd" }' + sudo LANG=C chroot ./fsroot-broadcom-dnx mount sysfs /sys -t sysfs + sudo bash -c 'echo "DOCKER_OPTS="--storage-driver=overlay2"" >> ./fsroot-broadcom-dnx/etc/default/docker' + sudo mkdir -p ./fsroot-broadcom-dnx//usr/lib/docker/ + sudo cp files/docker/docker ./fsroot-broadcom-dnx//usr/lib/docker//docker.sh + [[ n == y ]] + [[ n == y ]] + sudo chroot ./fsroot-broadcom-dnx /usr/lib/docker//docker.sh start mount: /sys/fs/cgroup/cpu: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup. mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup. Starting Docker: docker. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get update Hit:1 https://download.docker.com/linux/debian bullseye InRelease Hit:2 http://debian-archive.trafficmanager.net/debian bullseye InRelease Hit:3 http://debian-archive.trafficmanager.net/debian bullseye-updates InRelease Hit:4 http://debian-archive.trafficmanager.net/debian-security bullseye-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 packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: sbsigntool The following NEW packages will be installed: efitools sbsigntool 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. Need to get 201 kB of archives. After this operation, 1465 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 sbsigntool amd64 0.9.2-2 [63.5 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 efitools amd64 1.9.2-2~deb11u1 [137 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 201 kB in 0s (474 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package sbsigntool. (Reading database ... 26794 files and directories currently installed.) Preparing to unpack .../sbsigntool_0.9.2-2_amd64.deb ... Unpacking sbsigntool (0.9.2-2) ... Selecting previously unselected package efitools. Preparing to unpack .../efitools_1.9.2-2~deb11u1_amd64.deb ... Unpacking efitools (1.9.2-2~deb11u1) ... Setting up sbsigntool (0.9.2-2) ... Setting up efitools (1.9.2-2~deb11u1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install mokutil Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: mokutil 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded. Need to get 26.6 kB of archives. After this operation, 81.9 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 mokutil amd64 0.6.0-2~deb11u1 [26.6 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 26.6 kB in 0s (128 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package mokutil. (Reading database ... 26846 files and directories currently installed.) Preparing to unpack .../mokutil_0.6.0-2~deb11u1_amd64.deb ... Unpacking mokutil (0.6.0-2~deb11u1) ... Setting up mokutil (0.6.0-2~deb11u1) ... + sudo cp files/image_config/environment/environment ./fsroot-broadcom-dnx/etc/ + sudo cp files/image_config/environment/motd ./fsroot-broadcom-dnx/etc/ + sudo mkdir -p ./fsroot-broadcom-dnx/etc/sonic/ + sudo mkdir -p ./fsroot-broadcom-dnx/etc/modprobe.d/ + sudo mkdir -p ./fsroot-broadcom-dnx/var/cache/sonic/ + sudo mkdir -p ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo mkdir -p ./fsroot-broadcom-dnx/usr/share/sonic/firmware/ + sudo mkdir -p ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/ifupdown2_3.0.0-1_all.deb Selecting previously unselected package ifupdown2. (Reading database ... 26852 files and directories currently installed.) Preparing to unpack .../ifupdown2_3.0.0-1_all.deb ... Unpacking ifupdown2 (3.0.0-1) ... Setting up ifupdown2 (3.0.0-1) ... Configuration file '/etc/default/networking', does not exist on system. Installing new config file as you requested. Configuration file '/etc/network/ifupdown2/addons.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/network/ifupdown2/ifupdown2.conf', does not exist on system. Installing new config file as you requested. ifupdown2.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces ifupdown2.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces Created symlink /etc/systemd/system/basic.target.wants/networking.service → /lib/systemd/system/networking.service. Created symlink /etc/systemd/system/network.target.wants/networking.service → /lib/systemd/system/networking.service. Created symlink /etc/systemd/system/shutdown.target.wants/networking.service → /lib/systemd/system/networking.service. + sudo dpkg --root=./fsroot-broadcom-dnx --force-confdef --force-confold -i target/debs/bullseye/ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb (Reading database ... 26971 files and directories currently installed.) Preparing to unpack .../ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb ... Running in chroot, ignoring request. Stopping NTP server: ntpd. Unpacking ntp (1:4.2.8p15+dfsg-1+deb10u2) over (1:4.2.8p15+dfsg-1) ... Setting up ntp (1:4.2.8p15+dfsg-1+deb10u2) ... Running in chroot, ignoring request. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev libtirpc-dev linux-libc-dev python3.9-dev zlib1g-dev Suggested packages: glibc-doc manpages-dev Recommended packages: manpages manpages-dev libc-devtools javascript-common The following NEW packages will be installed: libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev libtirpc-dev linux-libc-dev python3-dev python3.9-dev zlib1g-dev 0 upgraded, 15 newly installed, 0 to remove and 6 not upgraded. Need to get 10.6 MB of archives. After this operation, 48.0 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u13 [277 kB] Get:2 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.237-1 [1820 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] Get:6 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u13 [2362 kB] Get:7 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u7 [143 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB] Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB] Get:11 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libpython3.9-dev amd64 3.9.2-1+deb11u3 [4341 kB] Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB] Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] Get:14 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 python3.9-dev amd64 3.9.2-1+deb11u3 [507 kB] Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 10.6 MB in 1s (12.7 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 ... 26971 files and directories currently installed.) Preparing to unpack .../00-libc-dev-bin_2.31-13+deb11u13_amd64.deb ... Unpacking libc-dev-bin (2.31-13+deb11u13) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../01-linux-libc-dev_5.10.237-1_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.10.237-1) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../02-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../03-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../05-libc6-dev_2.31-13+deb11u13_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-13+deb11u13) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../06-libexpat1-dev_2.2.10-2+deb11u7_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../07-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-3_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-3) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../09-libjs-sphinxdoc_3.4.3-2_all.deb ... Unpacking libjs-sphinxdoc (3.4.3-2) ... Selecting previously unselected package libpython3.9-dev:amd64. Preparing to unpack .../10-libpython3.9-dev_3.9.2-1+deb11u3_amd64.deb ... Unpacking libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../11-libpython3-dev_3.9.2-3_amd64.deb ... Unpacking libpython3-dev:amd64 (3.9.2-3) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../12-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Selecting previously unselected package python3.9-dev. Preparing to unpack .../13-python3.9-dev_3.9.2-1+deb11u3_amd64.deb ... Unpacking python3.9-dev (3.9.2-1+deb11u3) ... Selecting previously unselected package python3-dev. Preparing to unpack .../14-python3-dev_3.9.2-3_amd64.deb ... Unpacking python3-dev (3.9.2-3) ... Setting up linux-libc-dev:amd64 (5.10.237-1) ... Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Setting up libnsl-dev:amd64 (1.3.0-2) ... Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up libc-dev-bin (2.31-13+deb11u13) ... Setting up libjs-underscore (1.9.1~dfsg-3) ... Setting up libjs-sphinxdoc (3.4.3-2) ... Setting up libc6-dev:amd64 (2.31-13+deb11u13) ... Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Setting up libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Setting up python3.9-dev (3.9.2-1+deb11u3) ... Setting up libpython3-dev:amd64 (3.9.2-3) ... Setting up python3-dev (3.9.2-3) ... + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install j2cli==0.3.10 DEPRECATION: Wheel filename 'j2cli-0.3.0_1-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'j2cli-0.3.0_1-py2-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 DEPRECATION: Wheel filename 'j2cli-0.3.1_0-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'j2cli-0.3.1_0-py2-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 Collecting j2cli==0.3.10 Downloading j2cli-0.3.10-py2.py3-none-any.whl.metadata (1.3 kB) Collecting jinja2>=2.7.2 (from j2cli==0.3.10) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting MarkupSafe>=2.0 (from jinja2>=2.7.2->j2cli==0.3.10) Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Downloading j2cli-0.3.10-py2.py3-none-any.whl (8.9 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Installing collected packages: MarkupSafe, jinja2, j2cli Successfully installed MarkupSafe-3.0.2 j2cli-0.3.10 jinja2-3.1.6 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install redis==3.5.3 Collecting redis==3.5.3 Downloading redis-3.5.3-py2.py3-none-any.whl.metadata (36 kB) Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) Installing collected packages: redis Successfully installed redis-3.5.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl + REDIS_DUMP_LOAD_PY3_WHEEL_NAME=redis_dump_load-1.1-py3-none-any.whl + sudo cp target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom-dnx/redis_dump_load-1.1-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install redis_dump_load-1.1-py3-none-any.whl Processing /redis_dump_load-1.1-py3-none-any.whl Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load==1.1) (3.5.3) Installing collected packages: redis-dump-load Successfully installed redis-dump-load-1.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/redis_dump_load-1.1-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install psutil Collecting psutil Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Installing collected packages: psutil Successfully installed psutil-7.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install ipaddr Collecting ipaddr Downloading ipaddr-2.2.0.tar.gz (26 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: ipaddr DEPRECATION: Building 'ipaddr' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ipaddr'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for ipaddr (setup.py): started Building wheel for ipaddr (setup.py): finished with status 'done' Created wheel for ipaddr: filename=ipaddr-2.2.0-py3-none-any.whl size=18281 sha256=f64689bcc7a91bdfe3efede2b52d670f19f597098a67fbf1102f07bf63b8bb21 Stored in directory: /root/.cache/pip/wheels/f3/49/ea/303386407cca98ec8428ebd3ab85c0b851bab744c0afc653fa Successfully built ipaddr Installing collected packages: ipaddr Successfully installed ipaddr-2.2.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + [[ amd64 == amd64 ]] + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio==1.39.0 Collecting grpcio==1.39.0 Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting six>=1.5.2 (from grpcio==1.39.0) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 89.4 MB/s 0:00:00 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six, grpcio Successfully installed grpcio-1.39.0 six-1.17.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio-tools==1.39.0 Collecting grpcio-tools==1.39.0 Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (6.4 kB) Collecting protobuf<4.0dev,>=3.5.0.post1 (from grpcio-tools==1.39.0) Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (679 bytes) Requirement already satisfied: grpcio>=1.39.0 in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (1.39.0) Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (49.6.0) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.9/dist-packages (from grpcio>=1.39.0->grpcio-tools==1.39.0) (1.17.0) Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (2.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 85.2 MB/s 0:00:00 Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 81.3 MB/s 0:00:00 Installing collected packages: protobuf, grpcio-tools Successfully installed grpcio-tools-1.39.0 protobuf-3.20.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl + SONIC_PY_COMMON_PY3_WHEEL_NAME=sonic_py_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_py_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_py_common-1.0-py3-none-any.whl Processing /sonic_py_common-1.0-py3-none-any.whl Collecting natsort==6.2.1 (from sonic-py-common==1.0) Downloading natsort-6.2.1-py2.py3-none-any.whl.metadata (21 kB) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3) Downloading natsort-6.2.1-py2.py3-none-any.whl (37 kB) Installing collected packages: natsort, sonic-py-common Successfully installed natsort-6.2.1 sonic-py-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_py_common-1.0-py3-none-any.whl + [[ amd64 == armhf ]] + [[ amd64 == arm64 ]] + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang_1.0.73_amd64.deb Selecting previously unselected package libyang. (Reading database ... 28911 files and directories currently installed.) Preparing to unpack .../libyang_1.0.73_amd64.deb ... Unpacking libyang (1.0.73) ... Setting up libyang (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang-cpp_1.0.73_amd64.deb Selecting previously unselected package libyang-cpp. (Reading database ... 28928 files and directories currently installed.) Preparing to unpack .../libyang-cpp_1.0.73_amd64.deb ... Unpacking libyang-cpp (1.0.73) ... Setting up libyang-cpp (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/python3-yang_1.0.73_amd64.deb Selecting previously unselected package python3-yang. (Reading database ... 28933 files and directories currently installed.) Preparing to unpack .../python3-yang_1.0.73_amd64.deb ... Unpacking python3-yang (1.0.73) ... Setting up python3-yang (1.0.73) ... ++ basename target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl + SONIC_YANG_MODEL_PY3_WHEEL_NAME=sonic_yang_models-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_yang_models-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_yang_models-1.0-py3-none-any.whl Processing /sonic_yang_models-1.0-py3-none-any.whl Installing collected packages: sonic-yang-models Successfully installed sonic-yang-models-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_yang_models-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl + SONIC_YANG_MGMT_PY3_WHEEL_NAME=sonic_yang_mgmt-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_yang_mgmt-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl Processing /sonic_yang_mgmt-1.0-py3-none-any.whl Collecting xmltodict==0.12.0 (from sonic-yang-mgmt==1.0) Downloading xmltodict-0.12.0-py2.py3-none-any.whl.metadata (6.3 kB) Collecting ijson==2.6.1 (from sonic-yang-mgmt==1.0) Downloading ijson-2.6.1.tar.gz (29 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting jsondiff>=1.2.0 (from sonic-yang-mgmt==1.0) Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB) Collecting tabulate==0.8.2 (from sonic-yang-mgmt==1.0) Downloading tabulate-0.8.2.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (5.4.1) Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB) Building wheels for collected packages: ijson, tabulate DEPRECATION: Building 'ijson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ijson'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for ijson (setup.py): started Building wheel for ijson (setup.py): finished with status 'done' Created wheel for ijson: filename=ijson-2.6.1-py3-none-any.whl size=17423 sha256=6897f5d626c1e2de411a75cab3911f592a34d704cc9ad329842a1d3d2d234435 Stored in directory: /root/.cache/pip/wheels/d9/bf/75/d521a020ef274e6e95a67d5cc167bd26a485a72b296ac06c20 DEPRECATION: Building 'tabulate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'tabulate'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for tabulate (setup.py): started Building wheel for tabulate (setup.py): finished with status 'done' Created wheel for tabulate: filename=tabulate-0.8.2-py3-none-any.whl size=23533 sha256=4c62692c4573fa3317fa83d4ca13b70cd019b1131ab8ae2785f21b4ebd5790ce Stored in directory: /root/.cache/pip/wheels/e8/2f/6e/75badca4abe8d8cacb71f1bf6958b4d3f3c45cc00612d439a9 Successfully built ijson tabulate Installing collected packages: tabulate, ijson, xmltodict, jsondiff, sonic-yang-mgmt Successfully installed ijson-2.6.1 jsondiff-2.2.1 sonic-yang-mgmt-1.0 tabulate-0.8.2 xmltodict-0.12.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_yang_mgmt-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install pyangbind==0.8.1 Collecting pyangbind==0.8.1 Downloading pyangbind-0.8.1.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyang (from pyangbind==0.8.1) Downloading pyang-2.7.1-py2.py3-none-any.whl.metadata (1.0 kB) Collecting bitarray (from pyangbind==0.8.1) Downloading bitarray-3.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) Collecting lxml (from pyangbind==0.8.1) Downloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting regex (from pyangbind==0.8.1) Downloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) Requirement already satisfied: six in /usr/local/lib/python3.9/dist-packages (from pyangbind==0.8.1) (1.17.0) Collecting enum34 (from pyangbind==0.8.1) Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB) Downloading bitarray-3.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) Downloading enum34-1.1.10-py3-none-any.whl (11 kB) Downloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 95.0 MB/s 0:00:00 Downloading pyang-2.7.1-py2.py3-none-any.whl (598 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.5/598.5 kB 10.0 MB/s 0:00:00 Downloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (789 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 789.5/789.5 kB 64.7 MB/s 0:00:00 Building wheels for collected packages: pyangbind DEPRECATION: Building 'pyangbind' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyangbind'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pyangbind (setup.py): started Building wheel for pyangbind (setup.py): finished with status 'done' Created wheel for pyangbind: filename=pyangbind-0.8.1-py3-none-any.whl size=47759 sha256=6e5e03a627f4f4e86353d40b97f51f7d7402158aa6001d19a47da69276b0fadc Stored in directory: /root/.cache/pip/wheels/1c/76/58/d7d1318aa7106881ad5164bb1d54bf8524d8464afcfa1855aa Successfully built pyangbind Installing collected packages: enum34, bitarray, regex, lxml, pyang, pyangbind Successfully installed bitarray-3.7.1 enum34-1.1.10 lxml-6.0.1 pyang-2.7.1 pyangbind-0.8.1 regex-2025.9.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 uninstall -y enum34 Found existing installation: enum34 1.1.10 Uninstalling enum34-1.1.10: Successfully uninstalled enum34-1.1.10 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl + CONFIG_ENGINE_PY3_WHEEL_NAME=sonic_config_engine-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_config_engine-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_config_engine-1.0-py3-none-any.whl Processing /sonic_config_engine-1.0-py3-none-any.whl Collecting bitarray==1.5.3 (from sonic-config-engine==1.0) Downloading bitarray-1.5.3.tar.gz (54 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipaddress==1.0.23 (from sonic-config-engine==1.0) Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) Collecting lxml==4.9.1 (from sonic-config-engine==1.0) Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.3 kB) Collecting netaddr==0.8.0 (from sonic-config-engine==1.0) Downloading netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (5.4.1) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (3.1.6) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine==1.0) (3.0.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.6.1) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.8.2) Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (6.2.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3) Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 99.7 MB/s 0:00:00 Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 81.3 MB/s 0:00:00 Building wheels for collected packages: bitarray DEPRECATION: Building 'bitarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bitarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for bitarray (setup.py): started Building wheel for bitarray (setup.py): finished with status 'done' Created wheel for bitarray: filename=bitarray-1.5.3-cp39-cp39-linux_x86_64.whl size=116986 sha256=8dbf4e846795ef1b1dc0c9ef78548a9864c6fdb0ee7f85290b4926a20dbcfcfe Stored in directory: /root/.cache/pip/wheels/7e/0a/8e/e35b31348d6abae176f63ff3b182fec154e9bc0c6909173b1a Successfully built bitarray Installing collected packages: netaddr, ipaddress, bitarray, lxml, sonic-config-engine Attempting uninstall: bitarray Found existing installation: bitarray 3.7.1 Uninstalling bitarray-3.7.1: Successfully uninstalled bitarray-3.7.1 Attempting uninstall: lxml Found existing installation: lxml 6.0.1 Uninstalling lxml-6.0.1: Successfully uninstalled lxml-6.0.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyangbind 0.8.1 requires enum34, which is not installed. Successfully installed bitarray-1.5.3 ipaddress-1.0.23 lxml-4.9.1 netaddr-0.8.0 sonic-config-engine-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_config_engine-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl + PLATFORM_COMMON_PY3_WHEEL_NAME=sonic_platform_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_platform_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_platform_common-1.0-py3-none-any.whl Processing /sonic_platform_common-1.0-py3-none-any.whl Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (6.2.1) Requirement already satisfied: PyYAML in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (5.4.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (3.5.3) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.5.3) Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0.23) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (4.9.1) Requirement already satisfied: netaddr==0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.6) Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine->sonic-platform-common==1.0) (3.0.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.6.1) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.8.2) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1) Installing collected packages: sonic-platform-common Successfully installed sonic-platform-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_platform_common-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl + PLATFORM_PDDF_COMMON_PY3_WHEEL_NAME=sonic_platform_pddf_common-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_platform_pddf_common-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_platform_pddf_common-1.0-py3-none-any.whl Processing /sonic_platform_pddf_common-1.0-py3-none-any.whl Collecting jsonschema==2.6.0 (from sonic-platform-pddf-common==1.0) Downloading jsonschema-2.6.0-py2.py3-none-any.whl.metadata (4.6 kB) Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Installing collected packages: jsonschema, sonic-platform-pddf-common Successfully installed jsonschema-2.6.0 sonic-platform-pddf-common-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_platform_pddf_common-1.0-py3-none-any.whl ++ basename target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl + SYSTEM_HEALTH_PY3_WHEEL_NAME=system_health-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/system_health-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install system_health-1.0-py3-none-any.whl Processing /system_health-1.0-py3-none-any.whl Requirement already satisfied: natsort in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (6.2.1) Requirement already satisfied: docker in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (7.1.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (1.0) Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.32.5) Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.5.0) Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.8.3) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->system-health==1.0) (3.5.3) Installing collected packages: system-health Successfully installed system-health-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/system_health-1.0-py3-none-any.whl + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install build-essential libssl-dev swig Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: bzip2 dpkg-dev g++ g++-10 libdpkg-perl libstdc++-10-dev make patch swig4.0 Suggested packages: bzip2-doc debian-keyring g++-multilib g++-10-multilib gcc-10-doc git bzr libssl-doc libstdc++-10-doc make-doc ed diffutils-doc swig-doc swig-examples swig4.0-examples swig4.0-doc Recommended packages: fakeroot libalgorithm-merge-perl libfile-fcntllock-perl liblocale-gettext-perl The following NEW packages will be installed: build-essential bzip2 dpkg-dev g++ g++-10 libdpkg-perl libssl-dev libstdc++-10-dev make patch swig swig4.0 0 upgraded, 12 newly installed, 0 to remove and 6 not upgraded. Need to get 19.1 MB of archives. After this operation, 67.8 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB] Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 dpkg-dev all 1.20.13 [2314 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] Get:10 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libssl-dev amd64 1.1.1w-0+deb11u3 [1821 kB] Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig4.0 amd64 4.0.2-1 [1377 kB] Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig all 4.0.2-1 [330 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.1 MB in 1s (19.4 MB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package bzip2. (Reading database ... 28938 files and directories currently installed.) Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... Unpacking bzip2 (1.0.8-4) ... Selecting previously unselected package libstdc++-10-dev:amd64. Preparing to unpack .../01-libstdc++-10-dev_10.2.1-6_amd64.deb ... Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package g++-10. Preparing to unpack .../02-g++-10_10.2.1-6_amd64.deb ... Unpacking g++-10 (10.2.1-6) ... Selecting previously unselected package g++. Preparing to unpack .../03-g++_4%3a10.2.1-1_amd64.deb ... Unpacking g++ (4:10.2.1-1) ... Selecting previously unselected package make. Preparing to unpack .../04-make_4.3-4.1_amd64.deb ... Unpacking make (4.3-4.1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../05-libdpkg-perl_1.20.13_all.deb ... Unpacking libdpkg-perl (1.20.13) ... Selecting previously unselected package patch. Preparing to unpack .../06-patch_2.7.6-7_amd64.deb ... Unpacking patch (2.7.6-7) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../07-dpkg-dev_1.20.13_all.deb ... Unpacking dpkg-dev (1.20.13) ... Selecting previously unselected package build-essential. Preparing to unpack .../08-build-essential_12.9_amd64.deb ... Unpacking build-essential (12.9) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../09-libssl-dev_1.1.1w-0+deb11u3_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u3) ... Selecting previously unselected package swig4.0. Preparing to unpack .../10-swig4.0_4.0.2-1_amd64.deb ... Unpacking swig4.0 (4.0.2-1) ... Selecting previously unselected package swig. Preparing to unpack .../11-swig_4.0.2-1_all.deb ... Unpacking swig (4.0.2-1) ... Setting up libstdc++-10-dev:amd64 (10.2.1-6) ... Setting up g++-10 (10.2.1-6) ... Setting up bzip2 (1.0.8-4) ... Setting up make (4.3-4.1) ... Setting up libssl-dev:amd64 (1.1.1w-0+deb11u3) ... Setting up patch (2.7.6-7) ... Setting up libdpkg-perl (1.20.13) ... Setting up g++ (4:10.2.1-1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up swig4.0 (4.0.2-1) ... Setting up swig (4.0.2-1) ... Setting up dpkg-dev (1.20.13) ... Setting up build-essential (12.9) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install openssl Reading package lists... Building dependency tree... Reading state information... openssl is already the newest version (1.1.1w-0+deb11u3). openssl set to manually installed. The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libffi-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: libffi-dev 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. Need to get 56.5 kB of archives. After this operation, 308 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 56.5 kB in 0s (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 ... 31186 files and directories currently installed.) Preparing to unpack .../libffi-dev_3.3-6_amd64.deb ... Unpacking libffi-dev:amd64 (3.3-6) ... Setting up libffi-dev:amd64 (3.3-6) ... ++ basename target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl + SONIC_UTILITIES_PY3_WHEEL_NAME=sonic_utilities-1.2-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_utilities-1.2-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_utilities-1.2-py3-none-any.whl Processing /sonic_utilities-1.2-py3-none-any.whl Collecting bcrypt==3.2.2 (from sonic-utilities==1.2) Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.3 kB) Collecting click==7.0 (from sonic-utilities==1.2) Downloading Click-7.0-py2.py3-none-any.whl.metadata (3.5 kB) Collecting cryptography==3.3.2 (from sonic-utilities==1.2) Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl.metadata (5.1 kB) Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.5.0) Collecting click-log>=0.3.2 (from sonic-utilities==1.2) Downloading click_log-0.4.0-py2.py3-none-any.whl.metadata (1.2 kB) Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (7.1.0) Collecting docker-image-py>=0.1.10 (from sonic-utilities==1.2) Downloading docker_image_py-0.1.13-py3-none-any.whl.metadata (223 bytes) Collecting filelock>=3.0.12 (from sonic-utilities==1.2) Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) Collecting enlighten>=1.8.0 (from sonic-utilities==1.2) Downloading enlighten-1.14.1-py2.py3-none-any.whl.metadata (18 kB) Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0.23) Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (3.1.6) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.2.1) Collecting jsonpatch>=1.32.0 (from sonic-utilities==1.2) Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) Collecting jsonpointer>=1.9 (from sonic-utilities==1.2) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) Collecting m2crypto>=0.31.0 (from sonic-utilities==1.2) Downloading m2crypto-0.45.1.tar.gz (363 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (6.2.1) Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.0) Collecting netifaces>=0.10.7 (from sonic-utilities==1.2) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (9.0 kB) Collecting paramiko==2.11.0 (from sonic-utilities==1.2) Downloading paramiko-2.11.0-py2.py3-none-any.whl.metadata (4.6 kB) Collecting pexpect>=4.8.0 (from sonic-utilities==1.2) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting semantic-version>=2.8.5 (from sonic-utilities==1.2) Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) Collecting prettyprinter>=0.18.0 (from sonic-utilities==1.2) Downloading prettyprinter-0.18.0-py2.py3-none-any.whl.metadata (12 kB) Collecting pyroute2<0.6.1,>=0.5.14 (from sonic-utilities==1.2) Downloading pyroute2-0.5.19.tar.gz (962 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 962.9/962.9 kB 76.3 MB/s 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting requests<=2.31.0,>=2.25.0 (from sonic-utilities==1.2) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.2) Collecting toposort==1.6 (from sonic-utilities==1.2) Downloading toposort-1.6-py2.py3-none-any.whl.metadata (6.0 kB) Collecting www-authenticate==0.9.2 (from sonic-utilities==1.2) Downloading www-authenticate-0.9.2.tar.gz (2.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.12.0) Collecting lazy-object-proxy (from sonic-utilities==1.2) Downloading lazy_object_proxy-1.12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0) Collecting cffi>=1.1 (from bcrypt==3.2.2->sonic-utilities==1.2) Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities==1.2) (1.17.0) Collecting pynacl>=1.0.1 (from paramiko==2.11.0->sonic-utilities==1.2) Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (9.4 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.8.3) Collecting pycparser (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities==1.2) Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2025.9.1) Collecting blessed>=1.17.7 (from enlighten>=1.8.0->sonic-utilities==1.2) Downloading blessed-1.22.0-py2.py3-none-any.whl.metadata (13 kB) Collecting prefixed>=0.3.2 (from enlighten>=1.8.0->sonic-utilities==1.2) Downloading prefixed-0.9.0-py2.py3-none-any.whl.metadata (11 kB) Collecting wcwidth>=0.1.4 (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities==1.2) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from jinja2>=2.11.3->sonic-utilities==1.2) (3.0.2) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (5.4.1) Collecting ptyprocess>=0.5 (from pexpect>=4.8.0->sonic-utilities==1.2) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting Pygments>=2.2.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting colorful>=0.4.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2) Downloading colorful-0.5.7-py2.py3-none-any.whl.metadata (16 kB) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.5.3) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (4.9.1) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (2.6.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1) Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB) Downloading Click-7.0-py2.py3-none-any.whl (81 kB) Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 24.2 MB/s 0:00:00 Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB) Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB) Downloading requests-2.31.0-py3-none-any.whl (62 kB) Downloading cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB) Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB) Downloading enlighten-1.14.1-py2.py3-none-any.whl (42 kB) Downloading blessed-1.22.0-py2.py3-none-any.whl (85 kB) Downloading filelock-3.19.1-py3-none-any.whl (15 kB) Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB) Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB) Downloading colorful-0.5.7-py2.py3-none-any.whl (201 kB) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 80.8 MB/s 0:00:00 Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 25.5 MB/s 0:00:00 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading lazy_object_proxy-1.12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (66 kB) Downloading pycparser-2.23-py3-none-any.whl (118 kB) Building wheels for collected packages: www-authenticate, pyroute2, m2crypto DEPRECATION: Building 'www-authenticate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'www-authenticate'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for www-authenticate (setup.py): started Building wheel for www-authenticate (setup.py): finished with status 'done' Created wheel for www-authenticate: filename=www_authenticate-0.9.2-py3-none-any.whl size=2932 sha256=46f8d12dd0c3e5fbdd1444f1dc5fd5b6316b016b41a4a118745b47b2aa108a03 Stored in directory: /root/.cache/pip/wheels/f0/e5/b8/4d9d5b3b2155fe2053cf5644055cebce615d79896f3832580b DEPRECATION: Building 'pyroute2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyroute2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pyroute2 (setup.py): started Building wheel for pyroute2 (setup.py): finished with status 'done' Created wheel for pyroute2: filename=pyroute2-0.5.19-py3-none-any.whl size=411484 sha256=6dc9da4b4f10f1a01169decafaeaeba7bb3d10dad8e1d6fee39f9ee083c4c97e Stored in directory: /root/.cache/pip/wheels/4a/cb/14/cf69a4512042ae2c6f70c00ec4bec02af84e534c81156423dd Building wheel for m2crypto (pyproject.toml): started Building wheel for m2crypto (pyproject.toml): finished with status 'done' Created wheel for m2crypto: filename=m2crypto-0.45.1-cp39-cp39-linux_x86_64.whl size=809611 sha256=ccb63f084fbef601095273e8d929ad2841cadd001d205b55c2d47d14e154a61f Stored in directory: /root/.cache/pip/wheels/a1/35/60/001a87fcb522b991b00d1b043af8ae2aff99b7fa02844b4208 Successfully built www-authenticate pyroute2 m2crypto Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, m2crypto, colorful, semantic-version, requests, Pygments, pycparser, pexpect, lazy-object-proxy, jsonpointer, filelock, docker-image-py, click, blessed, prettyprinter, jsonpatch, enlighten, click-log, cffi, pynacl, cryptography, bcrypt, paramiko, sonic-utilities Attempting uninstall: requests Found existing installation: requests 2.32.5 Uninstalling requests-2.32.5: Successfully uninstalled requests-2.32.5 Successfully installed Pygments-2.19.2 bcrypt-3.2.2 blessed-1.22.0 cffi-2.0.0 click-7.0 click-log-0.4.0 colorful-0.5.7 cryptography-3.3.2 docker-image-py-0.1.13 enlighten-1.14.1 filelock-3.19.1 jsonpatch-1.33 jsonpointer-3.0.0 lazy-object-proxy-1.12.0 m2crypto-0.45.1 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pycparser-2.23 pynacl-1.6.0 pyroute2-0.5.19 requests-2.31.0 semantic-version-2.10.0 sonic-utilities-1.2 toposort-1.6 wcwidth-0.2.13 www-authenticate-0.9.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_utilities-1.2-py3-none-any.whl + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-utilities-data_1.0-1_all.deb Selecting previously unselected package sonic-utilities-data. (Reading database ... 31220 files and directories currently installed.) Preparing to unpack .../sonic-utilities-data_1.0-1_all.deb ... Unpacking sonic-utilities-data (1.0-1) ... dpkg: dependency problems prevent configuration of sonic-utilities-data: sonic-utilities-data depends on bash-completion; however: Package bash-completion is not installed. dpkg: error processing package sonic-utilities-data (--install): dependency problems - leaving unconfigured Errors were encountered while processing: sonic-utilities-data + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: bash-completion The following NEW packages will be installed: bash-completion 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. 1 not fully installed or removed. Need to get 234 kB of archives. After this operation, 1560 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 234 kB in 0s (582 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 ... 31262 files and directories currently installed.) Preparing to unpack .../bash-completion_1%3a2.11-2_all.deb ... Unpacking bash-completion (1:2.11-2) ... Setting up bash-completion (1:2.11-2) ... Setting up sonic-utilities-data (1.0-1) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/bash_5.1-2_amd64.deb dpkg: warning: downgrading bash from 5.1-2+deb11u1 to 5.1-2 (Reading database ... 32025 files and directories currently installed.) Preparing to unpack .../bullseye/bash_5.1-2_amd64.deb ... Unpacking bash (5.1-2) over (5.1-2+deb11u1) ... Setting up bash (5.1-2) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode + sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom-dnx/etc/ + sudo cp -f files/image_config/readline/inputrc ./fsroot-broadcom-dnx/etc/ + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-dbus python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 python3-mako python3-markdown python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev Suggested packages: libcairo2-doc freetype2-doc libgirepository1.0-doc libglib2.0-doc libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils libice-doc libsm-doc libx11-doc libxcb-doc libxext-doc python3-beaker python-mako-doc python-markdown-doc Recommended packages: libpng-tools python3-pygments python3-yaml The following NEW packages will be installed: fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libdbus-1-dev libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev libgirepository1.0-dev libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libsystemd-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 pkg-config python3-mako python3-markdown python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev 0 upgraded, 70 newly installed, 0 to remove and 7 not upgraded. Need to get 19.9 MB of archives. After this operation, 76.6 MB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gir1.2-freedesktop amd64 1.66.1-1+b1 [33.4 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markupsafe amd64 1.1.1-1+b3 [15.2 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markdown all 3.3.4-1 [71.4 kB] Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gobject-introspection amd64 1.66.1-1+b1 [301 kB] Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u2 [99.4 kB] Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u2 [225 kB] Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libbrotli-dev amd64 1.0.9-2+b2 [288 kB] Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB] Get:12 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u2 [418 kB] Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] Get:14 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] Get:16 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] Get:17 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB] Get:18 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] Get:19 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] Get:20 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] Get:21 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] Get:22 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB] Get:23 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:24 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] Get:25 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] Get:26 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB] Get:27 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng-dev amd64 1.6.37-3 [298 kB] Get:28 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1+deb11u2 [571 kB] Get:29 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1+deb11u2 [82.7 kB] Get:30 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] Get:31 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB] Get:32 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB] Get:33 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB] Get:34 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-dev all 2020.1-1 [594 kB] Get:35 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB] Get:36 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB] Get:37 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB] Get:38 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B] Get:39 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1-dev amd64 1.14-3 [176 kB] Get:40 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-dev amd64 2:1.7.2-1+deb11u2 [845 kB] Get:41 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB] Get:42 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-xext-dev all 2020.1-1 [3404 B] Get:43 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext-dev amd64 2:1.3.3-1.1 [107 kB] Get:44 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] Get:45 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] Get:46 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:47 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB] Get:48 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB] Get:49 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-dev amd64 0.40.0-1.1~deb11u1 [561 kB] Get:50 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB] Get:51 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB] Get:52 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-data all 2.66.8-1+deb11u6 [1177 kB] Get:53 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-bin amd64 2.66.8-1+deb11u6 [142 kB] Get:54 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev-bin amd64 2.66.8-1+deb11u6 [181 kB] Get:55 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsepol1-dev amd64 3.1-1+deb11u1 [341 kB] Get:56 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] Get:57 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] Get:58 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] Get:59 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] Get:60 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] Get:61 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u2 [78.1 kB] Get:62 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB] Get:63 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB] Get:64 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB] Get:65 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB] Get:66 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev amd64 2.66.8-1+deb11u6 [1582 kB] Get:67 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB] Get:68 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.28-0+deb11u1 [261 kB] Get:69 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgirepository1.0-dev amd64 1.66.1-1+b1 [834 kB] Get:70 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsystemd-dev amd64 247.3-7+deb11u7 [402 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.9 MB in 1s (13.5 MB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package fonts-dejavu-core. (Reading database ... 32025 files and directories currently installed.) Preparing to unpack .../00-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../01-fontconfig-config_2.13.1-4.2_all.deb ... Unpacking fontconfig-config (2.13.1-4.2) ... Selecting previously unselected package gir1.2-freedesktop:amd64. Preparing to unpack .../02-gir1.2-freedesktop_1.66.1-1+b1_amd64.deb ... Unpacking gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../03-python3-markupsafe_1.1.1-1+b3_amd64.deb ... Unpacking python3-markupsafe (1.1.1-1+b3) ... Selecting previously unselected package python3-mako. Preparing to unpack .../04-python3-mako_1.1.3+ds1-2_all.deb ... Unpacking python3-mako (1.1.3+ds1-2) ... Selecting previously unselected package python3-markdown. Preparing to unpack .../05-python3-markdown_3.3.4-1_all.deb ... Unpacking python3-markdown (3.3.4-1) ... Selecting previously unselected package gobject-introspection. Preparing to unpack .../06-gobject-introspection_1.66.1-1+b1_amd64.deb ... Unpacking gobject-introspection (1.66.1-1+b1) ... Selecting previously unselected package uuid-dev:amd64. Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking uuid-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libblkid-dev:amd64. Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libbrotli-dev:amd64. Preparing to unpack .../09-libbrotli-dev_1.0.9-2+b2_amd64.deb ... Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../10-libpng16-16_1.6.37-3_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.37-3) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../11-libfreetype6_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../12-libfontconfig1_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../13-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../14-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 .../15-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 .../16-libxcb1_1.14-3_amd64.deb ... Unpacking libxcb1:amd64 (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../17-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... Unpacking libx11-data (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../18-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../19-libxcb-render0_1.14-3_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../20-libxcb-shm0_1.14-3_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-3) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../21-libxext6_2%3a1.3.3-1.1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.3-1.1) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../22-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../23-libcairo2_1.16.0-5_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-5) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../24-libcairo-gobject2_1.16.0-5_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... Selecting previously unselected package libcairo-script-interpreter2:amd64. Preparing to unpack .../25-libcairo-script-interpreter2_1.16.0-5_amd64.deb ... Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ... Selecting previously unselected package libpng-dev:amd64. Preparing to unpack .../26-libpng-dev_1.6.37-3_amd64.deb ... Unpacking libpng-dev:amd64 (1.6.37-3) ... Selecting previously unselected package libfreetype-dev:amd64. Preparing to unpack .../27-libfreetype-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package libfreetype6-dev:amd64. Preparing to unpack .../28-libfreetype6-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ... Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Selecting previously unselected package pkg-config. Preparing to unpack .../29-pkg-config_0.29.2-1_amd64.deb ... Unpacking pkg-config (0.29.2-1) ... Selecting previously unselected package libfontconfig-dev:amd64. Preparing to unpack .../30-libfontconfig-dev_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ... Selecting previously unselected package libfontconfig1-dev:amd64. Preparing to unpack .../31-libfontconfig1-dev_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../32-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 .../33-x11proto-dev_2020.1-1_all.deb ... Unpacking x11proto-dev (2020.1-1) ... Selecting previously unselected package libxau-dev:amd64. Preparing to unpack .../34-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 .../35-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 .../36-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 .../37-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 .../38-libxcb1-dev_1.14-3_amd64.deb ... Unpacking libxcb1-dev:amd64 (1.14-3) ... Selecting previously unselected package libx11-dev:amd64. Preparing to unpack .../39-libx11-dev_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxrender-dev:amd64. Preparing to unpack .../40-libxrender-dev_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender-dev:amd64 (1:0.9.10-1) ... Selecting previously unselected package x11proto-xext-dev. Preparing to unpack .../41-x11proto-xext-dev_2020.1-1_all.deb ... Unpacking x11proto-xext-dev (2020.1-1) ... Selecting previously unselected package libxext-dev:amd64. Preparing to unpack .../42-libxext-dev_2%3a1.3.3-1.1_amd64.deb ... Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ... Selecting previously unselected package x11-common. Preparing to unpack .../43-x11-common_1%3a7.7+22_all.deb ... Unpacking x11-common (1:7.7+22) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../44-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 .../45-libsm6_2%3a1.2.3-1_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1) ... Selecting previously unselected package libice-dev:amd64. Preparing to unpack .../46-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 .../47-libsm-dev_2%3a1.2.3-1_amd64.deb ... Unpacking libsm-dev:amd64 (2:1.2.3-1) ... Selecting previously unselected package libpixman-1-dev:amd64. Preparing to unpack .../48-libpixman-1-dev_0.40.0-1.1~deb11u1_amd64.deb ... Unpacking libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Selecting previously unselected package libxcb-render0-dev:amd64. Preparing to unpack .../49-libxcb-render0-dev_1.14-3_amd64.deb ... Unpacking libxcb-render0-dev:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0-dev:amd64. Preparing to unpack .../50-libxcb-shm0-dev_1.14-3_amd64.deb ... Unpacking libxcb-shm0-dev:amd64 (1.14-3) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../51-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../52-libglib2.0-bin_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-bin (2.66.8-1+deb11u6) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../53-libglib2.0-dev-bin_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Selecting previously unselected package libsepol1-dev:amd64. Preparing to unpack .../54-libsepol1-dev_3.1-1+deb11u1_amd64.deb ... Unpacking libsepol1-dev:amd64 (3.1-1+deb11u1) ... Selecting previously unselected package libpcre2-16-0:amd64. Preparing to unpack .../55-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-32-0:amd64. Preparing to unpack .../56-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-posix2:amd64. Preparing to unpack .../57-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libpcre2-dev:amd64. Preparing to unpack .../58-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... Selecting previously unselected package libselinux1-dev:amd64. Preparing to unpack .../59-libselinux1-dev_3.1-3_amd64.deb ... Unpacking libselinux1-dev:amd64 (3.1-3) ... Selecting previously unselected package libmount-dev:amd64. Preparing to unpack .../60-libmount-dev_2.36.1-8+deb11u2_amd64.deb ... Unpacking libmount-dev:amd64 (2.36.1-8+deb11u2) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../61-libpcre16-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../62-libpcre32-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../63-libpcrecpp0v5_2%3a8.39-13_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../64-libpcre3-dev_2%3a8.39-13_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-13) ... Selecting previously unselected package libglib2.0-dev:amd64. Preparing to unpack .../65-libglib2.0-dev_2.66.8-1+deb11u6_amd64.deb ... Unpacking libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Selecting previously unselected package libcairo2-dev:amd64. Preparing to unpack .../66-libcairo2-dev_1.16.0-5_amd64.deb ... Unpacking libcairo2-dev:amd64 (1.16.0-5) ... Selecting previously unselected package libdbus-1-dev:amd64. Preparing to unpack .../67-libdbus-1-dev_1.12.28-0+deb11u1_amd64.deb ... Unpacking libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Selecting previously unselected package libgirepository1.0-dev:amd64. Preparing to unpack .../68-libgirepository1.0-dev_1.66.1-1+b1_amd64.deb ... Unpacking libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Selecting previously unselected package libsystemd-dev:amd64. Preparing to unpack .../69-libsystemd-dev_247.3-7+deb11u7_amd64.deb ... Unpacking libsystemd-dev:amd64 (247.3-7+deb11u7) ... Setting up libpcrecpp0v5:amd64 (2:8.39-13) ... Setting up libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Setting up libxau6:amd64 (1:1.0.9-1) ... Setting up libxdmcp6:amd64 (1:1.1.2-3) ... Setting up libxcb1:amd64 (1.14-3) ... Setting up gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Setting up libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Setting up libpcre16-3:amd64 (2:8.39-13) ... Setting up libxcb-render0:amd64 (1.14-3) ... Setting up x11-common (1:7.7+22) ... Running in chroot, ignoring request. Setting up libsepol1-dev:amd64 (3.1-1+deb11u1) ... Setting up libxcb-shm0:amd64 (1.14-3) ... Setting up python3-markupsafe (1.1.1-1+b3) ... Setting up libpthread-stubs0-dev:amd64 (0.4-1) ... Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Setting up xtrans-dev (1.4.0-1) ... Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Setting up libglib2.0-data (2.66.8-1+deb11u6) ... Setting up libx11-data (2:1.7.2-1+deb11u2) ... Setting up uuid-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libpng16-16:amd64 (1.6.37-3) ... Setting up libpcre32-3:amd64 (2:8.39-13) ... Setting up python3-markdown (3.3.4-1) ... Setting up pkg-config (0.29.2-1) ... Setting up fonts-dejavu-core (2.37-2) ... Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Setting up xorg-sgml-doctools (1:1.11-1.1) ... Setting up libsystemd-dev:amd64 (247.3-7+deb11u7) ... Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ... Setting up python3-mako (1.1.3+ds1-2) ... Setting up x11proto-dev (2020.1-1) ... Setting up libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libice6:amd64 (2:1.0.10-1) ... Setting up libxau-dev:amd64 (1:1.0.9-1) ... Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libice-dev:amd64 (2:1.0.10-1) ... Setting up libselinux1-dev:amd64 (3.1-3) ... Setting up libpcre3-dev:amd64 (2:8.39-13) ... Setting up fontconfig-config (2.13.1-4.2) ... Setting up libpng-dev:amd64 (1.6.37-3) ... Setting up libxext6:amd64 (2:1.3.3-1.1) ... Setting up gobject-introspection (1.66.1-1+b1) ... Setting up libglib2.0-bin (2.66.8-1+deb11u6) ... Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ... Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Setting up x11proto-xext-dev (2020.1-1) ... Setting up libfontconfig1:amd64 (2.13.1-4.2) ... Setting up libsm6:amd64 (2:1.2.3-1) ... Setting up libmount-dev:amd64 (2.36.1-8+deb11u2) ... Setting up libxcb1-dev:amd64 (1.14-3) ... Setting up libsm-dev:amd64 (2:1.2.3-1) ... Setting up libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Setting up libcairo2:amd64 (1.16.0-5) ... Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libxcb-shm0-dev:amd64 (1.14-3) ... Setting up libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Setting up libxcb-render0-dev:amd64 (1.14-3) ... Setting up libxext-dev:amd64 (2:1.3.3-1.1) ... Setting up libcairo-gobject2:amd64 (1.16.0-5) ... Setting up libxrender-dev:amd64 (1:0.9.10-1) ... Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ... Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ... Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... No schema files found: doing nothing. Processing triggers for libc-bin (2.31-13+deb11u13) ... Setting up libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Setting up libcairo2-dev:amd64 (1.16.0-5) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark manual gir1.2-glib-2.0 libdbus-1-3 libgirepository-1.0-1 libsystemd0 python3-dbus libsystemd0 was already set to manually installed. gir1.2-glib-2.0 set to manually installed. libdbus-1-3 set to manually installed. libgirepository-1.0-1 set to manually installed. python3-dbus set to manually installed. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install systemd-python Collecting systemd-python Downloading systemd-python-235.tar.gz (61 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: systemd-python DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for systemd-python (setup.py): started Building wheel for systemd-python (setup.py): finished with status 'done' Created wheel for systemd-python: filename=systemd_python-235-cp39-cp39-linux_x86_64.whl size=150244 sha256=316a4d1b20b1af6e7a3dcf940279a2cd034a40e75d0d31d0cb5b3ba6c552a1e9 Stored in directory: /root/.cache/pip/wheels/83/7c/21/2e074661efe0d5872ae9331f32bc599720369b8ddb5e5d4d21 Successfully built systemd-python Installing collected packages: systemd-python Successfully installed systemd-python-235 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ++ basename target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl + SONIC_HOST_SERVICES_PY3_WHEEL_NAME=sonic_host_services-1.0-py3-none-any.whl + sudo cp target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_host_services-1.0-py3-none-any.whl + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install pycairo==1.26.0 Collecting pycairo==1.26.0 Downloading pycairo-1.26.0.tar.gz (346 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: pycairo Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.26.0-cp39-cp39-linux_x86_64.whl size=308875 sha256=acb28d2419b7f86e1896224703192c7545ffed02263c308307bc1ba0473db0fa Stored in directory: /root/.cache/pip/wheels/91/e5/47/8d489718d63c88c6ca05ed6e3c0118324e3780c4d383d363bb Successfully built pycairo Installing collected packages: pycairo Successfully installed pycairo-1.26.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install meson-python ninja Collecting meson-python Downloading meson_python-0.18.0-py3-none-any.whl.metadata (2.8 kB) Collecting ninja Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) Collecting meson>=0.64.0 (from meson-python) Downloading meson-1.9.0-py3-none-any.whl.metadata (1.8 kB) Collecting packaging>=23.2 (from meson-python) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pyproject-metadata>=0.9.0 (from meson-python) Downloading pyproject_metadata-0.9.1-py3-none-any.whl.metadata (7.0 kB) Collecting tomli>=1.0.0 (from meson-python) Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) Downloading meson_python-0.18.0-py3-none-any.whl (28 kB) Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) Downloading meson-1.9.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 71.8 MB/s 0:00:00 Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pyproject_metadata-0.9.1-py3-none-any.whl (18 kB) Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Installing collected packages: tomli, packaging, ninja, meson, pyproject-metadata, meson-python Successfully installed meson-1.9.0 meson-python-0.18.0 ninja-1.13.0 packaging-25.0 pyproject-metadata-0.9.1 tomli-2.2.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install --no-build-isolation pygobject==3.50.0 Collecting pygobject==3.50.0 Downloading pygobject-3.50.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 62.0 MB/s 0:00:00 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: pycairo>=1.16 in /usr/local/lib/python3.9/dist-packages (from pygobject==3.50.0) (1.26.0) Building wheels for collected packages: pygobject Building wheel for pygobject (pyproject.toml): started Building wheel for pygobject (pyproject.toml): finished with status 'done' Created wheel for pygobject: filename=pygobject-3.50.0-cp39-cp39-linux_x86_64.whl size=267268 sha256=e4c47673adba646eb6e5d1ca6662e0920e3099af9ed2c114872b69357d74e366 Stored in directory: /root/.cache/pip/wheels/8a/78/a7/e30ca6235e7a1391a016f21039916fd4737c49f70f4564eea9 Successfully built pygobject Installing collected packages: pygobject Successfully installed pygobject-3.50.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_host_services-1.0-py3-none-any.whl Processing /sonic_host_services-1.0-py3-none-any.whl Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.2.16) Requirement already satisfied: systemd-python in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (235) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.1.6) Requirement already satisfied: PyGObject in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.50.0) Collecting pycairo==1.26.1 (from sonic-host-services==1.0) Downloading pycairo-1.26.1.tar.gz (346 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: psutil in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (7.0.0) Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-host-services==1.0) (3.0.2) Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.2.1) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (5.4.1) Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1) Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3) Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2) Requirement already satisfied: click==7.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0) Requirement already satisfied: cryptography==3.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.3.2) Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.5.0) Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0) Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0) Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13) Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.19.1) Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.14.1) Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0.23) Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.2.1) Requirement already satisfied: jsonpatch>=1.32.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33) Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0) Requirement already satisfied: m2crypto>=0.31.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.45.1) Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.0) Requirement already satisfied: netifaces>=0.10.7 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.11.0) Requirement already satisfied: paramiko==2.11.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.11.0) Requirement already satisfied: pexpect>=4.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0) Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0) Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0) Requirement already satisfied: pyroute2<0.6.1,>=0.5.14 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.5.19) Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0) Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.2) Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6) Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.2) Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0) Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.12.0) Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.9/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.0.0) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities->sonic-host-services==1.0) (1.17.0) Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.9/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.6.0) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.8.3) Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.23) Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities->sonic-host-services==1.0) (2025.9.1) Requirement already satisfied: blessed>=1.17.7 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.22.0) Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0) Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.9/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.9/dist-packages (from pexpect>=4.8.0->sonic-utilities->sonic-host-services==1.0) (0.7.0) Requirement already satisfied: Pygments>=2.2.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.2) Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.7) Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.5.3) Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (4.9.1) Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0) Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (2.6.1) Building wheels for collected packages: pycairo Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.26.1-cp39-cp39-linux_x86_64.whl size=308928 sha256=1e3b61f919f0cfaee6df34937fb0ab276f9c9211e63bd6aee30f3ef72e6b06c2 Stored in directory: /root/.cache/pip/wheels/50/76/7c/8edfe72166596f9187f15ccb45f26b0fee99a17077131d3d12 Successfully built pycairo Installing collected packages: pycairo, sonic-host-services Attempting uninstall: pycairo Found existing installation: pycairo 1.26.0 Uninstalling pycairo-1.26.0: Successfully uninstalled pycairo-1.26.0 Successfully installed pycairo-1.26.1 sonic-host-services-1.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo rm -rf ./fsroot-broadcom-dnx/sonic_host_services-1.0-py3-none-any.whl + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-host-services-data_1.0-1_all.deb Selecting previously unselected package sonic-host-services-data. (Reading database ... 35260 files and directories currently installed.) Preparing to unpack .../sonic-host-services-data_1.0-1_all.deb ... Unpacking sonic-host-services-data (1.0-1) ... Setting up sonic-host-services-data (1.0-1) ... Configuration file '/etc/dbus-1/system.d/org.sonic.hostservice.conf', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service → /lib/systemd/system/caclmgrd.service. Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer. Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer. Created symlink /etc/systemd/system/timers.target.wants/featured.timer → /lib/systemd/system/featured.timer. Created symlink /etc/systemd/system/sonic.target.wants/featured.timer → /lib/systemd/system/featured.timer. Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer. Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer. Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service → /lib/systemd/system/procdockerstatsd.service. Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service → /lib/systemd/system/determine-reboot-cause.service. Created symlink /etc/systemd/system/timers.target.wants/process-reboot-cause.timer → /lib/systemd/system/process-reboot-cause.timer. Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service. Processing triggers for dbus (1.12.28-0+deb11u1) ... + [[ -z broadcom ]] + [[ -n broadcom ]] + [[ broadcom-dnx == \b\r\o\a\d\c\o\m ]] + [[ -z broadcom-dnx ]] + [[ -n broadcom-dnx ]] + [[ broadcom-dnx == \b\r\o\a\d\c\o\m\-\d\n\x ]] + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/opennsl-modules-dnx_7.1.0.0_amd64.deb Selecting previously unselected package opennsl-modules. (Reading database ... 35283 files and directories currently installed.) Preparing to unpack .../opennsl-modules-dnx_7.1.0.0_amd64.deb ... Unpacking opennsl-modules (7.1.0.0) ... Setting up opennsl-modules (7.1.0.0) ... Configuration file '/etc/init.d/opennsl-modules', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service → /lib/systemd/system/opennsl-modules.service. Running in chroot, ignoring request. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-device-data_1.0-1_all.deb Selecting previously unselected package sonic-device-data. (Reading database ... 35293 files and directories currently installed.) Preparing to unpack .../sonic-device-data_1.0-1_all.deb ... Unpacking sonic-device-data (1.0-1) ... Setting up sonic-device-data (1.0-1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libpam-cracklib Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: cracklib-runtime libcrack2 wamerican The following NEW packages will be installed: cracklib-runtime libcrack2 libpam-cracklib wamerican 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. Need to get 517 kB of archives. After this operation, 2003 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 wamerican all 2019.10.06-1 [215 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrack2 amd64 2.9.6-3.4 [56.0 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 cracklib-runtime amd64 2.9.6-3.4 [155 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpam-cracklib amd64 1.4.0-9+deb11u1 [90.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 517 kB in 0s (1052 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package wamerican. (Reading database ... 49766 files and directories currently installed.) Preparing to unpack .../wamerican_2019.10.06-1_all.deb ... Unpacking wamerican (2019.10.06-1) ... Selecting previously unselected package libcrack2:amd64. Preparing to unpack .../libcrack2_2.9.6-3.4_amd64.deb ... Unpacking libcrack2:amd64 (2.9.6-3.4) ... Selecting previously unselected package cracklib-runtime. Preparing to unpack .../cracklib-runtime_2.9.6-3.4_amd64.deb ... Unpacking cracklib-runtime (2.9.6-3.4) ... Selecting previously unselected package libpam-cracklib:amd64. Preparing to unpack .../libpam-cracklib_1.4.0-9+deb11u1_amd64.deb ... Unpacking libpam-cracklib:amd64 (1.4.0-9+deb11u1) ... Setting up wamerican (2019.10.06-1) ... Setting up libcrack2:amd64 (2.9.6-3.4) ... Setting up cracklib-runtime (2.9.6-3.4) ... Setting up libpam-cracklib:amd64 (1.4.0-9+deb11u1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libtac2_1.4.1-1_amd64.deb Selecting previously unselected package libtac2. (Reading database ... 49862 files and directories currently installed.) Preparing to unpack .../libtac2_1.4.1-1_amd64.deb ... Unpacking libtac2 (1.4.1-1) ... Setting up libtac2 (1.4.1-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libpam-tacplus_1.4.1-1_amd64.deb Selecting previously unselected package libpam-tacplus. (Reading database ... 49870 files and directories currently installed.) Preparing to unpack .../libpam-tacplus_1.4.1-1_amd64.deb ... Unpacking libpam-tacplus (1.4.1-1) ... Setting up libpam-tacplus (1.4.1-1) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnss-tacplus_1.0.4-1_amd64.deb Selecting previously unselected package libnss-tacplus. (Reading database ... 49879 files and directories currently installed.) Preparing to unpack .../libnss-tacplus_1.0.4-1_amd64.deb ... Unpacking libnss-tacplus (1.0.4-1) ... Setting up libnss-tacplus (1.0.4-1) ... Configuration file '/etc/tacplus_nss.conf', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/bash-tacplus_1.0.0_amd64.deb Selecting previously unselected package bash-tacplus. (Reading database ... 49887 files and directories currently installed.) Preparing to unpack .../bash-tacplus_1.0.0_amd64.deb ... Unpacking bash-tacplus (1.0.0) ... Setting up bash-tacplus (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/audisp-tacplus_1.0.2_amd64.deb Selecting previously unselected package audisp-tacplus. (Reading database ... 49892 files and directories currently installed.) Preparing to unpack .../audisp-tacplus_1.0.2_amd64.deb ... Unpacking audisp-tacplus (1.0.2) ... Setting up audisp-tacplus (1.0.2) ... Configuration file '/etc/audit/plugins.d/audisp-tacplus.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/audit/rules.d/audisp-tacplus.rules', does not exist on system. Installing new config file as you requested. Running in chroot, ignoring command 'is-active' Running in chroot, ignoring command 'restart' + sudo LANG=C chroot ./fsroot-broadcom-dnx pam-auth-update --remove tacplus debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype + sudo sed -i -e '/^passwd/s/ tacplus//' ./fsroot-broadcom-dnx/etc/nsswitch.conf + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libpam-radius-auth_1.4.1-1_amd64.deb Selecting previously unselected package libpam-radius-auth. (Reading database ... 49901 files and directories currently installed.) Preparing to unpack .../libpam-radius-auth_1.4.1-1_amd64.deb ... Unpacking libpam-radius-auth (1.4.1-1) ... Setting up libpam-radius-auth (1.4.1-1) ... Configuration file '/etc/logrotate.d/pam_radius', does not exist on system. Installing new config file as you requested. Configuration file '/etc/pam_radius_auth.conf', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnss-radius_1.0.1-1_amd64.deb Selecting previously unselected package libnss-radius:amd64. (Reading database ... 49920 files and directories currently installed.) Preparing to unpack .../libnss-radius_1.0.1-1_amd64.deb ... Unpacking libnss-radius:amd64 (1.0.1-1) ... Setting up libnss-radius:amd64 (1.0.1-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom-dnx/etc/nsswitch.conf + '[' aboot '!=' uboot ']' + sudo DEBIAN_FRONTEND=noninteractive dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/kdump-tools_1.6.8.4_amd64.deb Selecting previously unselected package kdump-tools. (Reading database ... 49926 files and directories currently installed.) Preparing to unpack .../kdump-tools_1.6.8.4_amd64.deb ... Unpacking kdump-tools (1:1.6.8.4) ... Setting up kdump-tools (1:1.6.8.4) ... Configuration file '/etc/default/grub.d/kdump-tools.cfg', does not exist on system. Installing new config file as you requested. Configuration file '/etc/init.d/kdump-tools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kdump/sysctl.conf', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kernel/postinst.d/kdump-tools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/kernel/postrm.d/kdump-tools', does not exist on system. Installing new config file as you requested. Creating config file /etc/default/kdump-tools with new version Running in chroot, ignoring request. Created symlink /etc/systemd/system/multi-user.target.wants/kdump-tools.service → /lib/systemd/system/kdump-tools.service. Processing triggers for initramfs-tools (0.140) ... update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64 + cat files/image_config/kdump/kdump-tools + sudo tee -a ./fsroot-broadcom-dnx/etc/default/kdump-tools ++ ls ./fsroot-broadcom-dnx/lib/modules/ + for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/) + sudo LANG=C chroot ./fsroot-broadcom-dnx /etc/kernel/postinst.d/kdump-tools 5.10.0-30-2-amd64 + sudo LANG=C chroot ./fsroot-broadcom-dnx kdump-config symlinks 5.10.0-30-2-amd64 Creating symlink /var/lib/kdump/vmlinuz. Creating symlink /var/lib/kdump/initrd.img. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-3-200:amd64. (Reading database ... 49949 files and directories currently installed.) Preparing to unpack .../libnl-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.5.0-1) ... Setting up libnl-3-200:amd64 (3.5.0-1) ... Configuration file '/etc/libnl-3/classid', does not exist on system. Installing new config file as you requested. Configuration file '/etc/libnl-3/pktloc', does not exist on system. Installing new config file as you requested. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-genl-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-genl-3-200:amd64. (Reading database ... 49959 files and directories currently installed.) Preparing to unpack .../libnl-genl-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-genl-3-200:amd64 (3.5.0-1) ... Setting up libnl-genl-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-route-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-route-3-200:amd64. (Reading database ... 49965 files and directories currently installed.) Preparing to unpack .../libnl-route-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.5.0-1) ... Setting up libnl-route-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-nf-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-nf-3-200:amd64. (Reading database ... 49971 files and directories currently installed.) Preparing to unpack .../libnl-nf-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-nf-3-200:amd64 (3.5.0-1) ... Setting up libnl-nf-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-cli-3-200_3.5.0-1_amd64.deb Selecting previously unselected package libnl-cli-3-200:amd64. (Reading database ... 49977 files and directories currently installed.) Preparing to unpack .../libnl-cli-3-200_3.5.0-1_amd64.deb ... Unpacking libnl-cli-3-200:amd64 (3.5.0-1) ... Setting up libnl-cli-3-200:amd64 (3.5.0-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang_1.0.73_amd64.deb (Reading database ... 49997 files and directories currently installed.) Preparing to unpack .../libyang_1.0.73_amd64.deb ... Unpacking libyang (1.0.73) over (1.0.73) ... Setting up libyang (1.0.73) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libswsscommon_1.0.0_amd64.deb Selecting previously unselected package libswsscommon. (Reading database ... 49997 files and directories currently installed.) Preparing to unpack .../libswsscommon_1.0.0_amd64.deb ... Unpacking libswsscommon (1.0.0) ... dpkg: dependency problems prevent configuration of libswsscommon: libswsscommon depends on libboost-serialization1.74.0 (>= 1.74.0); however: Package libboost-serialization1.74.0 is not installed. libswsscommon depends on libhiredis0.14 (>= 0.14.0); however: Package libhiredis0.14 is not installed. libswsscommon depends on libzmq5 (>= 4.0.1+dfsg); however: Package libzmq5 is not installed. dpkg: error processing package libswsscommon (--install): dependency problems - leaving unconfigured Processing triggers for libc-bin (2.31-13+deb11u13) ... Errors were encountered while processing: libswsscommon + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libsodium23 libzmq5 The following NEW packages will be installed: libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libsodium23 libzmq5 0 upgraded, 6 newly installed, 0 to remove and 8 not upgraded. 1 not fully installed or removed. Need to get 1194 kB of archives. After this operation, 4765 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libhiredis0.14 amd64 0.14.1-1 [35.5 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1194 kB in 1s (2196 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 ... 50015 files and directories currently installed.) Preparing to unpack .../0-libboost-serialization1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libhiredis0.14:amd64. Preparing to unpack .../1-libhiredis0.14_0.14.1-1_amd64.deb ... Unpacking libhiredis0.14:amd64 (0.14.1-1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../2-libnorm1_1.5.9+dfsg-2_amd64.deb ... Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ... Selecting previously unselected package libpgm-5.3-0:amd64. Preparing to unpack .../3-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ... Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../4-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../5-libzmq5_4.3.4-1+deb11u1_amd64.deb ... Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ... Setting up libhiredis0.14:amd64 (0.14.1-1) ... Setting up libzmq5:amd64 (4.3.4-1+deb11u1) ... Setting up libswsscommon (1.0.0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i dpkg: error: --install needs at least one package archive file argument Type dpkg --help for help about installing and deinstalling packages [*]; Use 'apt' or 'aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Options marked [*] produce a lot of output - pipe it through 'less' or 'more' ! + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb Selecting previously unselected package python3-swsscommon. (Reading database ... 50052 files and directories currently installed.) Preparing to unpack .../python3-swsscommon_1.0.0_amd64.deb ... Unpacking python3-swsscommon (1.0.0) ... Setting up python3-swsscommon (1.0.0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-db-cli_1.0.0_amd64.deb Selecting previously unselected package sonic-db-cli. (Reading database ... 50066 files and directories currently installed.) Preparing to unpack .../sonic-db-cli_1.0.0_amd64.deb ... Unpacking sonic-db-cli (1.0.0) ... Setting up sonic-db-cli (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-rsyslog-plugin_1.0.0-0_amd64.deb Selecting previously unselected package sonic-rsyslog-plugin. (Reading database ... 50069 files and directories currently installed.) Preparing to unpack .../sonic-rsyslog-plugin_1.0.0-0_amd64.deb ... Unpacking sonic-rsyslog-plugin (1.0.0-0) ... dpkg: dependency problems prevent configuration of sonic-rsyslog-plugin: sonic-rsyslog-plugin depends on liblua5.1-0; however: Package liblua5.1-0 is not installed. dpkg: error processing package sonic-rsyslog-plugin (--install): dependency problems - leaving unconfigured Errors were encountered while processing: sonic-rsyslog-plugin + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: liblua5.1-0 The following NEW packages will be installed: liblua5.1-0 0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded. 1 not fully installed or removed. Need to get 109 kB of archives. After this operation, 412 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 109 kB in 0s (311 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 ... 50076 files and directories currently installed.) Preparing to unpack .../liblua5.1-0_5.1.5-8.1+b3_amd64.deb ... Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b3) ... Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ... Setting up sonic-rsyslog-plugin (1.0.0-0) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/events_info.json + sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/host_events.conf ## rsyslog-plugin for streaming telemetry via gnmi template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } if re_match($programname, "monit") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/monit_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "sshd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/sshd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "systemd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/systemd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "kernel") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/kernel_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "dockerd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/dockerd_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "arista") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } if re_match($programname, "python3") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } + sudo cp files/build_templates/monit_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/sshd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/systemd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/kernel_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/dockerd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/seu_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/zebra_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo cp files/build_templates/bgpd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/syncd_events_info.json + sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/syncd_events.conf ## rsyslog-plugin for streaming telemetry via gnmi template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } if re_match($programname, "syncd") then { action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/syncd_regex.json -m sonic-events-syncd" output="/var/log/rsyslog_plugin.log" signalOnClose="on" template="prog_msg") } + sudo cp files/build_templates/syncd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/ + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/monit_5.20.0-6_amd64.deb Selecting previously unselected package monit. (Reading database ... 50086 files and directories currently installed.) Preparing to unpack .../monit_5.20.0-6_amd64.deb ... Unpacking monit (1:5.20.0-6) ... Setting up monit (1:5.20.0-6) ... Configuration file '/etc/default/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/init.d/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/logrotate.d/monit', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/acpid', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/apache2', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/at', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/cron', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/mdadm', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/memcached', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/mysql', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/nginx', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/openntpd', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/openssh-server', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/pdns-recursor', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/postfix', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/rsyslog', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/smartmontools', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/conf-available/snmpd', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/monitrc', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootbin', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootrc', does not exist on system. Installing new config file as you requested. Configuration file '/etc/monit/templates/rootstrict', does not exist on system. Installing new config file as you requested. Configuration file '/etc/pam.d/monit', does not exist on system. Installing new config file as you requested. Running in chroot, ignoring request. + sudo cp files/image_config/monit/monitrc ./fsroot-broadcom-dnx/etc/monit/ + sudo chmod 600 ./fsroot-broadcom-dnx/etc/monit/monitrc + sudo cp files/image_config/monit/conf.d/sonic-host ./fsroot-broadcom-dnx/etc/monit/conf.d/ + sudo chmod 600 ./fsroot-broadcom-dnx/etc/monit/conf.d/monit_events ./fsroot-broadcom-dnx/etc/monit/conf.d/sonic-host + sudo cp files/image_config/monit/container_checker ./fsroot-broadcom-dnx/usr/bin/ + sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/container_checker + sudo cp files/image_config/monit/memory_checker ./fsroot-broadcom-dnx/usr/bin/ + sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/memory_checker + sudo cp files/image_config/monit/restart_service ./fsroot-broadcom-dnx/usr/bin/ + sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/restart_service + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install smartmontools=7.2-1 Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. Suggested packages: gsmartcontrol smart-notifier mailx | mailutils The following NEW packages will be installed: smartmontools 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 565 kB of archives. After this operation, 2168 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 smartmontools amd64 7.2-1 [565 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 565 kB in 0s (1210 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package smartmontools. (Reading database ... 50129 files and directories currently installed.) Preparing to unpack .../smartmontools_7.2-1_amd64.deb ... Unpacking smartmontools (7.2-1) ... Setting up smartmontools (7.2-1) ... Created symlink /etc/systemd/system/smartd.service -> /lib/systemd/system/smartmontools.service. Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-client_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 (Reading database ... 50175 files and directories currently installed.) Preparing to unpack .../openssh-server_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 Preparing to unpack .../openssh-client_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-client (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3 Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ... Setting up openssh-client (1:8.4p1-5+deb11u3) ... Setting up openssh-sftp-server (1:8.4p1-5+deb11u3) ... Setting up openssh-server (1:8.4p1-5+deb11u3) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Creating SSH2 RSA key; this may take some time ... 3072 SHA256:/OmNvCXFm+BePJTrJu4PNyQ44FV0D1b2plqHN8BEh2c root@27684f2bfa59 (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:iWMygzYmSyrYLHR30+1jaqxc0k2KpLS95SghKmohQ+E root@27684f2bfa59 (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:IP9uVXIHQCYWOpQkVMUZcuo6yKhPQzNvbmvmIHvjCdM root@27684f2bfa59 (ED25519) Running in chroot, ignoring request. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/flashrom_0.9.7_amd64.deb Selecting previously unselected package flashrom. (Reading database ... 50175 files and directories currently installed.) Preparing to unpack .../flashrom_0.9.7_amd64.deb ... Unpacking flashrom (0.9.7) ... Setting up flashrom (0.9.7) ... + sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom-dnx/etc/cron.d/ + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install ntpdate Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: ntpdate 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. Need to get 156 kB of archives. After this operation, 245 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 ntpdate amd64 1:4.2.8p15+dfsg-1 [156 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 156 kB in 0s (484 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package ntpdate. (Reading database ... 50179 files and directories currently installed.) Preparing to unpack .../ntpdate_1%3a4.2.8p15+dfsg-1_amd64.deb ... Unpacking ntpdate (1:4.2.8p15+dfsg-1) ... Setting up ntpdate (1:4.2.8p15+dfsg-1) ... + sudo cp files/image_config/ntp/ntp-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo ntp-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf ntp-config.service + sudo cp files/image_config/ntp/ntp-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/ntp/ntp.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/ntp/ntp.keys.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/ntp/ntp-systemd-wrapper ./fsroot-broadcom-dnx/usr/lib/ntp/ + sudo cp files/image_config/ntp/ntp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo ntp.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf ntp.service + sudo cp files/build_templates/dns.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo LANG=C cp files/image_config/warmboot-finalizer/finalize-warmboot.sh ./fsroot-broadcom-dnx/usr/local/bin/finalize-warmboot.sh + sudo LANG=C cp files/image_config/warmboot-finalizer/warmboot-finalizer.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo warmboot-finalizer.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf warmboot-finalizer.service + sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.sh ./fsroot-broadcom-dnx/usr/local/bin/watchdog-control.sh + sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo watchdog-control.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf watchdog-control.service + sudo cp files/image_config/rsyslog/rsyslog-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo cp files/image_config/rsyslog/rsyslog-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/rsyslog/rsyslog.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/rsyslog/rsyslog-container.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + j2 files/image_config/rsyslog/rsyslog.d/00-sonic.conf.j2 + sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/00-sonic.conf ## Quagga rules template(name="prog_msg" type="list") { property(name="msg") constant(value="\n") } $ModLoad omprog if re_match($programname, "bgp[0-9]*#(frr|zebra|staticd|watchfrr)") then { /var/log/frr/zebra.log action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/zebra_regex.json -m sonic-events-bgp" output="/var/log/rsyslog_plugin.log" template="prog_msg") stop } if re_match($programname, "bgp[0-9]*#bgpd") then { /var/log/frr/bgpd.log action(type="omprog" binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/bgpd_regex.json -m sonic-events-bgp" output="/var/log/rsyslog_plugin.log" template="prog_msg") stop } ## Teamd rules if $programname contains "teamd_" then { /var/log/teamd.log stop } ## gnmi rules if $msg startswith " gnmi-native" then { /var/log/gnmi.log stop } ## telemetry rules if $msg startswith " telemetry" or ($msg startswith " dialout" )then { /var/log/telemetry.log stop } + sudo cp files/image_config/rsyslog/rsyslog.d/99-default.conf ./fsroot-broadcom-dnx/etc/rsyslog.d/ + echo rsyslog-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf rsyslog-config.service + sudo cp files/image_config/containercfgd/containercfgd.conf ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo mkdir -p ./fsroot-broadcom-dnx/etc/systemd/system/syslog.socket.d + sudo cp files/image_config/syslog/override.conf ./fsroot-broadcom-dnx/etc/systemd/system/syslog.socket.d/override.conf + sudo cp files/image_config/syslog/host_umount.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo LANG=C cp files/image_config/system-health/system-health.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo system-health.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf system-health.service + sudo cp -f files/image_config/logrotate/logrotate.d/alternatives files/image_config/logrotate/logrotate.d/apt files/image_config/logrotate/logrotate.d/btmp files/image_config/logrotate/logrotate.d/dpkg files/image_config/logrotate/logrotate.d/monit files/image_config/logrotate/logrotate.d/wtmp ./fsroot-broadcom-dnx/etc/logrotate.d/ + sudo cp files/image_config/logrotate/rsyslog.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/logrotate/logrotate-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo cp files/image_config/logrotate/logrotate-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo mkdir -p ./fsroot-broadcom-dnx/etc/systemd/system/logrotate.timer.d + sudo cp files/image_config/logrotate/timerOverride.conf ./fsroot-broadcom-dnx/etc/systemd/system/logrotate.timer.d/ + echo logrotate-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf logrotate-config.service + sudo cp -f files/image_config/systemd/journald.conf ./fsroot-broadcom-dnx/etc/systemd/ + sudo cp files/image_config/interfaces/interfaces-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo cp files/image_config/interfaces/interfaces-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/interfaces/interfaces.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + echo interfaces-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf interfaces-config.service + sudo cp files/image_config/copp/copp-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo cp files/image_config/copp/copp-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/copp/copp_cfg.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + echo copp-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf copp-config.service + sudo cp files/dhcp/dhclient.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + j2 files/dhcp/dhclient.conf.j2 + sudo tee ./fsroot-broadcom-dnx/etc/dhcp/dhclient.conf # =============== Managed by SONiC Config Engine DO NOT EDIT! =============== # generated from /usr/share/sonic/templates/dhclient.conf.j2 using sonic-cfggen # file: /etc/dhcp/dhclient.conf # # Configuration file for /sbin/dhclient, which is included in Debian's # dhcp3-client package. # # This is a sample configuration file for dhclient. See dhclient.conf's # man page for more information about the syntax of this file # and a more comprehensive list of the parameters understood by # dhclient. # # Normally, if the DHCP server provides reasonable information and does # not leave anything out (like the domain name, for example), then # few changes must be made to this file, if any. # option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; option snmp-community code 224 = text; option minigraph-url code 225 = text; option acl-url code 226 = text; option tftp-server-name code 66 = text; option bootfile-name code 67 = text; option user-class code 77 = text; option provisioning-script-url code 239 = text; option dhcp6.user-class code 15 = text; option dhcp6.provisioning-script-url code 239 = text; option dhcp6.boot-file-url code 59 = text; send host-name = gethostname(); request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, dhcp6.name-servers, dhcp6.domain-search, interface-mtu, dhcp6.fqdn, rfc3442-classless-static-routes, ntp-servers, log-servers,snmp-community, minigraph-url, acl-url; + sudo cp files/dhcp/ifupdown2_policy.json ./fsroot-broadcom-dnx/etc/network/ifupdown2/policy.d + sudo cp files/dhcp/90-dhcp6-systcl.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/resolv-config/resolv-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo cp files/image_config/resolv-config/resolv-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/resolv-config/resolv.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + echo resolv-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf resolv-config.service + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable resolvconf.service Synchronizing state of resolvconf.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable resolvconf Removed /etc/systemd/system/sysinit.target.wants/resolvconf.service. + sudo mkdir -p ./fsroot-broadcom-dnx/etc/resolvconf/update-libc.d/ + sudo cp files/image_config/resolv-config/update-containers ./fsroot-broadcom-dnx/etc/resolvconf/update-libc.d/ + sudo cp files/image_config/interfaces/init_interfaces ./fsroot-broadcom-dnx/etc/network/interfaces + sudo mkdir -p ./fsroot-broadcom-dnx/etc/network/interfaces.d + sudo cp files/image_config/systemd/network/99-default.link ./fsroot-broadcom-dnx/etc/systemd/network/ + sudo cp files/image_config/corefile_uploader/core_uploader.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable core_uploader.service + sudo cp files/image_config/corefile_uploader/core_uploader.py ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/corefile_uploader/core_analyzer.rc.json ./fsroot-broadcom-dnx/etc/sonic/ + sudo chmod og-rw ./fsroot-broadcom-dnx/etc/sonic/core_analyzer.rc.json + sudo cp files/image_config/rasdaemon/rasdaemon.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx systemctl disable rasdaemon.service Synchronizing state of rasdaemon.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable rasdaemon Removed /etc/systemd/system/multi-user.target.wants/rasdaemon.service. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx systemctl enable rasdaemon.timer Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.timer -> /lib/systemd/system/rasdaemon.timer. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libffi-dev libssl-dev Reading package lists... Building dependency tree... Reading state information... libffi-dev is already the newest version (3.3-6). libssl-dev is already the newest version (1.1.1w-0+deb11u3). The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install systemd-bootchart Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: systemd-bootchart 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. Need to get 45.7 kB of archives. After this operation, 131 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 systemd-bootchart amd64 234-1 [45.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 45.7 kB in 0s (171 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 ... 50192 files and directories currently installed.) Preparing to unpack .../systemd-bootchart_234-1_amd64.deb ... Unpacking systemd-bootchart (234-1) ... Setting up systemd-bootchart (234-1) ... + sudo tee ./fsroot-broadcom-dnx/etc/systemd/bootchart.conf + [[ amd64 == armhf ]] + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install azure-storage==0.36.0 Collecting azure-storage==0.36.0 Downloading azure_storage-0.36.0-py2.py3-none-any.whl.metadata (5.2 kB) Collecting azure-common>=1.1.5 (from azure-storage==0.36.0) Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB) Collecting azure-nspkg>=2.0.0 (from azure-storage==0.36.0) Downloading azure_nspkg-3.0.2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: cryptography in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (3.3.2) Collecting python-dateutil (from azure-storage==0.36.0) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (2.31.0) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.0) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (2.0.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography->azure-storage==0.36.0) (2.23) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2.5.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2025.8.3) Downloading azure_storage-0.36.0-py2.py3-none-any.whl (190 kB) Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB) Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Installing collected packages: azure-nspkg, azure-common, python-dateutil, azure-storage Successfully installed azure-common-1.1.28 azure-nspkg-3.0.2 azure-storage-0.36.0 python-dateutil-2.9.0.post0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install watchdog==0.10.3 Collecting watchdog==0.10.3 Downloading watchdog-0.10.3.tar.gz (94 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pathtools>=0.1.1 (from watchdog==0.10.3) Downloading pathtools-0.1.2.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: watchdog, pathtools DEPRECATION: Building 'watchdog' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'watchdog'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for watchdog (setup.py): started Building wheel for watchdog (setup.py): finished with status 'done' Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73868 sha256=3283d564c554f9b6ae0814e84a7d8adcbe5fcc880b2d11098a1823b3797e0041 Stored in directory: /root/.cache/pip/wheels/bd/1c/8b/7088860a28febba9d6e2dee28e01720ce89c43787a2f7c8cf8 DEPRECATION: Building 'pathtools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pathtools'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pathtools (setup.py): started Building wheel for pathtools (setup.py): finished with status 'done' Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8785 sha256=974c78868474cdb033893d53bdec1f8ae1fe6ac201449b24f4ccf38e74184d91 Stored in directory: /root/.cache/pip/wheels/b7/0a/67/ada2a22079218c75a88361c0782855cc72aebc4d18d0289d05 Successfully built watchdog pathtools Installing collected packages: pathtools, watchdog Successfully installed pathtools-0.1.2 watchdog-0.10.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + sudo cp target/files/bullseye/container ./fsroot-broadcom-dnx/usr/local/bin/ + sudo cp files/build_templates/buffers_config.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/build_templates/qos_config.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/build_templates/backend_acl.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/ + sudo cp files/image_config/hostname/hostname-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo hostname-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf hostname-config.service + sudo cp files/image_config/hostname/hostname-config.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/misc/docker-wait-any ./fsroot-broadcom-dnx/usr/bin/ + sudo cp files/image_config/config-topology/config-topology.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo config-topology.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf config-topology.service + sudo cp files/image_config/config-topology/config-topology.sh ./fsroot-broadcom-dnx/usr/bin + j2 files/build_templates/updategraph.service.j2 + sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/updategraph.service [Unit] Description=Update minigraph and set configuration based on minigraph After=config-setup.service Requires=config-setup.service [Service] Type=oneshot ExecStart=/usr/bin/updategraph RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/updategraph/updategraph ./fsroot-broadcom-dnx/usr/bin/ + echo updategraph.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf updategraph.service + sudo bash -c 'echo enabled=false > ./fsroot-broadcom-dnx/etc/sonic/updategraph.conf' + j2 files/build_templates/init_cfg.json.j2 + sudo tee ./fsroot-broadcom-dnx/etc/sonic/init_cfg.json { "DEVICE_METADATA": { "localhost": { "buffer_model": "traditional", "default_bgp_status": "up", "default_pfcwd_status": "disable", "timezone": "UTC" } }, "CRM": { "Config": { "polling_interval": "300", "ipv4_route_threshold_type": "percentage", "ipv4_route_low_threshold": "70", "ipv4_route_high_threshold": "85", "ipv6_route_threshold_type": "percentage", "ipv6_route_low_threshold": "70", "ipv6_route_high_threshold": "85", "ipv4_nexthop_threshold_type": "percentage", "ipv4_nexthop_low_threshold": "70", "ipv4_nexthop_high_threshold": "85", "ipv6_nexthop_threshold_type": "percentage", "ipv6_nexthop_low_threshold": "70", "ipv6_nexthop_high_threshold": "85", "ipv4_neighbor_threshold_type": "percentage", "ipv4_neighbor_low_threshold": "70", "ipv4_neighbor_high_threshold": "85", "ipv6_neighbor_threshold_type": "percentage", "ipv6_neighbor_low_threshold": "70", "ipv6_neighbor_high_threshold": "85", "nexthop_group_member_threshold_type": "percentage", "nexthop_group_member_low_threshold": "70", "nexthop_group_member_high_threshold": "85", "nexthop_group_threshold_type": "percentage", "nexthop_group_low_threshold": "70", "nexthop_group_high_threshold": "85", "acl_table_threshold_type": "percentage", "acl_table_low_threshold": "70", "acl_table_high_threshold": "85", "acl_group_threshold_type": "percentage", "acl_group_low_threshold": "70", "acl_group_high_threshold": "85", "acl_entry_threshold_type": "percentage", "acl_entry_low_threshold": "70", "acl_entry_high_threshold": "85", "acl_counter_threshold_type": "percentage", "acl_counter_low_threshold": "70", "acl_counter_high_threshold": "85", "fdb_entry_threshold_type": "percentage", "fdb_entry_low_threshold": "70", "fdb_entry_high_threshold": "85", "snat_entry_threshold_type": "percentage", "snat_entry_low_threshold": "70", "snat_entry_high_threshold": "85", "dnat_entry_threshold_type": "percentage", "dnat_entry_low_threshold": "70", "dnat_entry_high_threshold": "85", "ipmc_entry_threshold_type": "percentage", "ipmc_entry_low_threshold": "70", "ipmc_entry_high_threshold": "85", "mpls_inseg_threshold_type": "percentage", "mpls_inseg_low_threshold": "70", "mpls_inseg_high_threshold": "85", "mpls_nexthop_threshold_type": "percentage", "mpls_nexthop_low_threshold": "70", "mpls_nexthop_high_threshold": "85" } }, "FLEX_COUNTER_TABLE": { "ACL": { "FLEX_COUNTER_STATUS": "enable", "FLEX_COUNTER_DELAY_STATUS": "true", "POLL_INTERVAL": "10000" } }, "BGP_DEVICE_GLOBAL": { "STATE": { "tsa_enabled": "false" } }, "FEATURE": { "bgp": { "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "database": { "state": "always_enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "True", "auto_restart": "always_enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "lldp": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}False{% else %}True{% endif %}", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "pmon": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "snmp": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "swss": { "state": "enabled", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "check_up_status" : "false", "high_mem_alert": "disabled" }, "syncd": { "state": "enabled", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "radv": { "state": "enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "teamd": { "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] %}disabled{% else %}enabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "True", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "dhcp_relay": { "state": "{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter', 'BmcMgmtToRRouter']) %}enabled{% else %}disabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "mgmt-framework": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "mux": { "state": "{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %}enabled{% else %}always_disabled{% endif %}", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "nat": { "state": "disabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "sflow": { "state": "disabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "macsec": { "state": "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' and DEVICE_RUNTIME_METADATA['MACSEC_SUPPORTED'] %}enabled{% else %}disabled{% endif %}", "delayed" : false, "has_global_scope": false, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "gnmi": { "state": "enabled", "delayed" : true, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" }, "eventd": { "state": "enabled", "delayed" : false, "has_global_scope": true, "has_per_asic_scope": "False", "auto_restart": "enabled", "support_syslog_rate_limit" : "true", "high_mem_alert": "disabled" } }, "AUTO_TECHSUPPORT": { "GLOBAL": { "state" : "enabled", "rate_limit_interval" : "180", "max_techsupport_limit" : "10.0", "max_core_limit" : "5.0", "available_mem_threshold": "10.0", "min_available_mem": "200", "since" : "2 days ago" } }, "AUTO_TECHSUPPORT_FEATURE": { "bgp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "database": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "lldp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "pmon": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "snmp": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "swss": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "syncd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "radv": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "teamd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "dhcp_relay": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "mgmt-framework": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "mux": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "nat": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "sflow": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "macsec": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "gnmi": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" }, "eventd": { "state" : "enabled", "rate_limit_interval" : "600", "available_mem_threshold": "10.0" } }, "SYSLOG_CONFIG": { "GLOBAL": { "rate_limit_interval" : "0", "rate_limit_burst" : "0" } }, "SYSLOG_CONFIG_FEATURE": { "bgp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "database": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "lldp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "pmon": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "snmp": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "swss": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "syncd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "radv": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "teamd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "dhcp_relay": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "mgmt-framework": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "mux": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "nat": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "sflow": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "macsec": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "gnmi": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" }, "eventd": { "rate_limit_interval" : "300", "rate_limit_burst": "20000" } }, "PASSW_HARDENING": { "POLICIES":{ "state": "disabled", "expiration": "180", "expiration_warning": "15", "history_cnt": "10", "len_min": "8", "reject_user_passw_match": "true", "lower_class": "true", "upper_class": "true", "digits_class": "true", "special_class": "true" } }, "SYSTEM_DEFAULTS" : { "mux_tunnel_egress_acl": { "status": "disabled" } }, "KDUMP": { "config": { "enabled": "false", "memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M", "num_dumps": "3" } }, "NTP": { "global": { "authentication": "disabled", "dhcp": "enabled", "server_role": "disabled", "src_intf": "eth0", "admin_state": "enabled", "vrf": "default" } } } + j2 files/build_templates/config-setup.service.j2 + sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/config-setup.service [Unit] Description=Config initialization and migration service After=rc-local.service After=database.service After=config-topology.service Requires=config-topology.service Requires=database.service [Service] Type=oneshot ExecStart=/usr/bin/config-setup boot RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/config-setup/config-setup ./fsroot-broadcom-dnx/usr/bin/config-setup + sudo mkdir -p ./fsroot-broadcom-dnx/etc/config-setup + sudo cp files/image_config/config-setup/config-setup.conf ./fsroot-broadcom-dnx/etc/config-setup/config-setup.conf + echo config-setup.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf config-setup.service + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable config-setup.service Created symlink /etc/systemd/system/multi-user.target.wants/config-setup.service -> /lib/systemd/system/config-setup.service. + sudo cp files/image_config/reset-factory/reset-factory ./fsroot-broadcom-dnx/usr/bin/reset-factory + sudo cp files/build_templates/tacacs-config.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system/ + echo tacacs-config.timer + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf tacacs-config.timer + sudo cp files/build_templates/tacacs-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/ + echo tacacs-config.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf tacacs-config.service + j2 files/build_templates/config-chassisdb.service.j2 + sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/config-chassisdb.service [Unit] Description=Config chassis_db After=rc-local.service Requires=rc-local.service [Service] Type=oneshot ExecStart=/usr/bin/config-chassisdb RemainAfterExit=yes [Install] WantedBy=multi-user.target + sudo cp files/image_config/config-chassisdb/config-chassisdb ./fsroot-broadcom-dnx/usr/bin/config-chassisdb + echo config-chassisdb.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf config-chassisdb.service + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable config-chassisdb.service Created symlink /etc/systemd/system/multi-user.target.wants/config-chassisdb.service -> /lib/systemd/system/config-chassisdb.service. + sudo cp files/image_config/backend_acl/backend-acl.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/backend-acl.service + sudo cp files/image_config/backend_acl/backend_acl.py ./fsroot-broadcom-dnx/usr/bin/backend_acl.py + echo backend-acl.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf backend-acl.service + sudo cp files/image_config/snmp/snmp.yml ./fsroot-broadcom-dnx/etc/sonic/ + sudo cp files/image_config/constants/constants.yml ./fsroot-broadcom-dnx/etc/sonic/ + sudo cp files/image_config/sudoers/sudoers ./fsroot-broadcom-dnx/etc/ + sudo cp files/image_config/sudoers/sudoers.lecture ./fsroot-broadcom-dnx/etc/ + sudo cp files/image_config/pcie-check/pcie-check.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo pcie-check.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf pcie-check.service + sudo cp files/image_config/pcie-check/pcie-check.sh ./fsroot-broadcom-dnx/usr/bin/ + sudo tee -a ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d + sudo chmod a+x ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/phy-credo_1.0_amd64.deb Selecting previously unselected package phy-credo. (Reading database ... 50202 files and directories currently installed.) Preparing to unpack .../phy-credo_1.0_amd64.deb ... Unpacking phy-credo (1.0) ... dpkg: dependency problems prevent configuration of phy-credo: phy-credo depends on libdouble-conversion3 (>= 2.0.0); however: Package libdouble-conversion3 is not installed. phy-credo depends on libgflags2.2 (>= 2.2.2); however: Package libgflags2.2 is not installed. phy-credo depends on libgoogle-glog0v5 (>= 0.4.0); however: Package libgoogle-glog0v5 is not installed. dpkg: error processing package phy-credo (--install): dependency problems - leaving unconfigured Errors were encountered while processing: phy-credo + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libdouble-conversion3 libgflags2.2 libgoogle-glog0v5 The following NEW packages will be installed: libdouble-conversion3 libgflags2.2 libgoogle-glog0v5 0 upgraded, 3 newly installed, 0 to remove and 13 not upgraded. 1 not fully installed or removed. Need to get 185 kB of archives. After this operation, 639 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdouble-conversion3 amd64 3.1.5-6.1 [41.0 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgflags2.2 amd64 2.2.2-2 [83.5 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgoogle-glog0v5 amd64 0.4.0-4 [60.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 185 kB in 0s (553 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package libdouble-conversion3:amd64. (Reading database ... 50237 files and directories currently installed.) Preparing to unpack .../libdouble-conversion3_3.1.5-6.1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.1.5-6.1) ... Selecting previously unselected package libgflags2.2. Preparing to unpack .../libgflags2.2_2.2.2-2_amd64.deb ... Unpacking libgflags2.2 (2.2.2-2) ... Selecting previously unselected package libgoogle-glog0v5. Preparing to unpack .../libgoogle-glog0v5_0.4.0-4_amd64.deb ... Unpacking libgoogle-glog0v5 (0.4.0-4) ... Setting up libdouble-conversion3:amd64 (3.1.5-6.1) ... Setting up libgflags2.2 (2.2.2-2) ... Setting up libgoogle-glog0v5 (0.4.0-4) ... Setting up phy-credo (1.0) ... Created symlink /etc/systemd/system/sonic.target.wants/phy-credo-daemon.service -> /lib/systemd/system/phy-credo-daemon.service. Created symlink /etc/systemd/system/sonic.target.wants/phy-credo.service -> /lib/systemd/system/phy-credo.service. Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/flashrom_0.9.7_amd64.deb (Reading database ... 50259 files and directories currently installed.) Preparing to unpack .../flashrom_0.9.7_amd64.deb ... Unpacking flashrom (0.9.7) over (0.9.7) ... Setting up flashrom (0.9.7) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/systemd-sonic-generator_1.0.0_amd64.deb Selecting previously unselected package systemd-sonic-generator. (Reading database ... 50259 files and directories currently installed.) Preparing to unpack .../systemd-sonic-generator_1.0.0_amd64.deb ... Unpacking systemd-sonic-generator (1.0.0) ... Setting up systemd-sonic-generator (1.0.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/python3-sonic-platform-arista_1.0_all.deb Selecting previously unselected package python3-sonic-platform-arista. (Reading database ... 50262 files and directories currently installed.) Preparing to unpack .../python3-sonic-platform-arista_1.0_all.deb ... Unpacking python3-sonic-platform-arista (1.0) ... dpkg: dependency problems prevent configuration of python3-sonic-platform-arista: python3-sonic-platform-arista depends on python3-bottle; however: Package python3-bottle is not installed. python3-sonic-platform-arista depends on python3-yaml; however: Package python3-yaml is not installed. python3-sonic-platform-arista depends on python3-smbus; however: Package python3-smbus is not installed. dpkg: error processing package python3-sonic-platform-arista (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-sonic-platform-arista + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: python3-bottle python3-smbus python3-yaml The following NEW packages will be installed: python3-bottle python3-smbus python3-yaml 0 upgraded, 3 newly installed, 0 to remove and 13 not upgraded. 1 not fully installed or removed. Need to get 198 kB of archives. After this operation, 769 kB of additional disk space will be used. Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-bottle all 0.12.19-1+deb11u1 [46.8 kB] Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-yaml amd64 5.3.1-5 [138 kB] Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-smbus amd64 4.2-1+b1 [13.1 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 198 kB in 0s (506 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Selecting previously unselected package python3-bottle. (Reading database ... 50762 files and directories currently installed.) Preparing to unpack .../python3-bottle_0.12.19-1+deb11u1_all.deb ... Unpacking python3-bottle (0.12.19-1+deb11u1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../python3-yaml_5.3.1-5_amd64.deb ... Unpacking python3-yaml (5.3.1-5) ... Selecting previously unselected package python3-smbus:amd64. Preparing to unpack .../python3-smbus_4.2-1+b1_amd64.deb ... Unpacking python3-smbus:amd64 (4.2-1+b1) ... Setting up python3-bottle (0.12.19-1+deb11u1) ... Setting up python3-yaml (5.3.1-5) ... Setting up python3-smbus:amd64 (4.2-1+b1) ... Setting up python3-sonic-platform-arista (1.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/drivers-sonic-platform-arista_1.0_amd64.deb Selecting previously unselected package drivers-sonic-platform-arista. (Reading database ... 50809 files and directories currently installed.) Preparing to unpack .../drivers-sonic-platform-arista_1.0_amd64.deb ... Unpacking drivers-sonic-platform-arista (1.0) ... Setting up drivers-sonic-platform-arista (1.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-arista-libs_1.0_amd64.deb Selecting previously unselected package sonic-platform-arista-libs. (Reading database ... 50821 files and directories currently installed.) Preparing to unpack .../sonic-platform-arista-libs_1.0_amd64.deb ... Unpacking sonic-platform-arista-libs (1.0) ... Setting up sonic-platform-arista-libs (1.0) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-arista_1.0_amd64.deb Selecting previously unselected package sonic-platform-arista. (Reading database ... 50825 files and directories currently installed.) Preparing to unpack .../sonic-platform-arista_1.0_amd64.deb ... Unpacking sonic-platform-arista (1.0) ... Setting up sonic-platform-arista (1.0) ... Configuration file '/etc/logrotate.d/arista', does not exist on system. Installing new config file as you requested. Configuration file '/etc/udev/rules.d/70-lc-network.rules', does not exist on system. Installing new config file as you requested. Configuration file '/etc/udev/rules.d/98-scd-uio.rules', does not exist on system. Installing new config file as you requested. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-chassis-network.service → /lib/systemd/system/platform-arista-chassis-network.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-chassis-provision.service → /lib/systemd/system/platform-arista-chassis-provision.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-daemon.service → /lib/systemd/system/platform-arista-daemon.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-fabric.service → /lib/systemd/system/platform-arista-fabric.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-init-watchdog-start.service → /lib/systemd/system/platform-arista-init-watchdog-start.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-init-watchdog-stop.service → /lib/systemd/system/platform-arista-init-watchdog-stop.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-linecard-network.service → /lib/systemd/system/platform-arista-linecard-network.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-linecard.service → /lib/systemd/system/platform-arista-linecard.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-pmon.service → /lib/systemd/system/platform-arista-pmon.service. Created symlink /etc/systemd/system/pmon.service.requires/platform-arista-pmon.service → /lib/systemd/system/platform-arista-pmon.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-reboot-cause.service → /lib/systemd/system/platform-arista-reboot-cause.service. Created symlink /etc/systemd/system/platform-arista.target.requires/platform-arista-swss.service → /lib/systemd/system/platform-arista-swss.service. Created symlink /etc/systemd/system/sonic-platform-arista.target → /lib/systemd/system/platform-arista.target. Created symlink /etc/systemd/system/multi-user.target.wants/platform-arista.target → /lib/systemd/system/platform-arista.target. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading libssl1.1:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50857 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading libssl-dev:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50857 files and directories currently installed.) Preparing to unpack .../libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssl_1.1.1n-0+deb11u5+fips_amd64.deb dpkg: warning: downgrading openssl from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips (Reading database ... 50857 files and directories currently installed.) Preparing to unpack .../openssl_1.1.1n-0+deb11u5+fips_amd64.deb ... Unpacking openssl (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ... Setting up openssl (1.1.1n-0+deb11u5+fips) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/symcrypt-openssl_1.5.2_amd64.deb Selecting previously unselected package symcrypt-openssl. (Reading database ... 50857 files and directories currently installed.) Preparing to unpack .../symcrypt-openssl_1.5.2_amd64.deb ... Unpacking symcrypt-openssl (0.1) ... Setting up symcrypt-openssl (0.1) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb dpkg: error: cannot access archive 'target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb': No such file or directory + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8 libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-client_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50864 files and directories currently installed.) Preparing to unpack .../openssh-client_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-client (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-client (1:8.4p1-5+deb11u2+fips) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50864 files and directories currently installed.) Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-sftp-server (1:8.4p1-5+deb11u2+fips) ... + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u2+fips_amd64.deb dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips (Reading database ... 50864 files and directories currently installed.) Preparing to unpack .../openssh-server_8.4p1-5+deb11u2+fips_amd64.deb ... Unpacking openssh-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ... Setting up openssh-server (1:8.4p1-5+deb11u2+fips) ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Running in chroot, ignoring request. invoke-rc.d: policy-rc.d denied execution of restart. + sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb dpkg: warning: downgrading libk5crypto3:amd64 from 1.18.3-6+deb11u7 to 1.18.3-6+deb11u5+fips (Reading database ... 50864 files and directories currently installed.) Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb ... Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) over (1.18.3-6+deb11u7) ... Setting up libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C chroot ./fsroot-broadcom-dnx depmod -a 5.10.0-30-2-amd64 + sudo rm -f ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ecdsa_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ecdsa_key.pub ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ed25519_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ed25519_key.pub ./fsroot-broadcom-dnx/etc/ssh/ssh_host_rsa_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_rsa_key.pub + sudo rm -f ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d + sudo cp files/image_config/fstrim/fstrim.service files/image_config/fstrim/fstrim.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable fstrim.timer Created symlink /etc/systemd/system/multi-user.target.wants/fstrim.timer -> /lib/systemd/system/fstrim.timer. + sudo cp files/image_config/platform/rc.local ./fsroot-broadcom-dnx/etc/ + sudo cp files/image_config/platform/linux_kernel_bde.conf ./fsroot-broadcom-dnx/etc/modprobe.d/ + [[ n == y ]] + [[ n == y ]] + sudo mount proc /proc -t proc + [[ amd64 == armhf ]] + sudo mkdir ./fsroot-broadcom-dnx/target + sudo mount --bind target ./fsroot-broadcom-dnx/target + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker info Client: Docker Engine - Community Version: 24.0.2 Context: default Debug Mode: false Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 24.0.2 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8 runc version: v1.1.7-0-g860f061 init version: de40ad0 Security Options: seccomp Profile: builtin Kernel Version: 5.15.0-119-generic Operating System: Debian GNU/Linux 11 (bullseye) (containerized) OSType: linux Architecture: x86_64 CPUs: 112 Total Memory: 503.3GiB Name: 27684f2bfa59 ID: 3d99ef3f-3776-452e-9d9d-851139bf759d Docker Root Dir: /var/lib/docker Debug Mode: false Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No cpu cfs quota support WARNING: No cpu cfs period support WARNING: No cpu shares support + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-database.gz Loaded image: docker-database:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-database:latest docker-database:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-database:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "database" }, "service": { "name": "database", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-eventd.gz Loaded image: docker-eventd:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-eventd:latest docker-eventd:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-eventd:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "eventd" }, "service": { "name": "eventd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-fpm-frr.gz Loaded image: docker-fpm-frr:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-fpm-frr:latest docker-fpm-frr:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-fpm-frr:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "fpm-frr" }, "service": { "name": "bgp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [ "radv" ], "before": [ "swss" ] }, "fast-shutdown": { "after": [ "radv" ], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sonic-gnmi.gz Loaded image: docker-sonic-gnmi:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sonic-gnmi:latest docker-sonic-gnmi:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sonic-gnmi:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gnmi" }, "service": { "name": "gnmi", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-lldp.gz Loaded image: docker-lldp:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-lldp:latest docker-lldp:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-lldp:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "lldp" }, "service": { "name": "lldp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-mux.gz Loaded image: docker-mux:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-mux:latest docker-mux:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-mux:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "mux" }, "service": { "name": "mux", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-nat.gz Loaded image: docker-nat:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-nat:latest docker-nat:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-nat:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "nat" }, "service": { "name": "nat", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-orchagent.gz Loaded image: docker-orchagent:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-orchagent:latest docker-orchagent:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-orchagent:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "swss" }, "service": { "name": "swss", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [ "syncd" ] }, "fast-shutdown": { "after": [], "before": [ "syncd" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-platform-monitor.gz Loaded image: docker-platform-monitor:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-platform-monitor:latest docker-platform-monitor:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-platform-monitor:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "pmon" }, "service": { "name": "pmon", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-router-advertiser.gz Loaded image: docker-router-advertiser:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-router-advertiser:latest docker-router-advertiser:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-router-advertiser:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "radv" }, "service": { "name": "radv", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sflow.gz Loaded image: docker-sflow:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sflow:latest docker-sflow:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sflow:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "sflow" }, "service": { "name": "sflow", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [ "swss" ] }, "fast-shutdown": { "after": [], "before": [ "swss" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-snmp.gz Loaded image: docker-snmp:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-snmp:latest docker-snmp:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-snmp:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "snmp" }, "service": { "name": "snmp", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sonic-mgmt-framework.gz Loaded image: docker-sonic-mgmt-framework:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sonic-mgmt-framework:latest docker-sonic-mgmt-framework:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sonic-mgmt-framework:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "mgmt-framework" }, "service": { "name": "mgmt-framework", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": false, "host-service": true, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-teamd.gz Loaded image: docker-teamd:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-teamd:latest docker-teamd:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-teamd:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "teamd" }, "service": { "name": "teamd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [ "swss" ], "before": [ "syncd" ] }, "fast-shutdown": { "after": [ "swss" ], "before": [ "syncd" ] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z broadcom ]] + [[ -n broadcom ]] + [[ broadcom-dnx == \b\r\o\a\d\c\o\m ]] + [[ -z broadcom-dnx ]] + [[ -n broadcom-dnx ]] + [[ broadcom-dnx == \b\r\o\a\d\c\o\m\-\d\n\x ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-syncd-brcm-dnx.gz Loaded image: docker-syncd-brcm-dnx:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-syncd-brcm-dnx:latest docker-syncd-brcm-dnx:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-syncd-brcm-dnx:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "syncd-dnx" }, "service": { "name": "syncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-gbsyncd-credo.gz Loaded image: docker-gbsyncd-credo:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-gbsyncd-credo:latest docker-gbsyncd-credo:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-gbsyncd-credo:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gbsyncd" }, "service": { "name": "gbsyncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + [[ -z '' ]] + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-gbsyncd-broncos.gz Loaded image: docker-gbsyncd-broncos:latest + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-gbsyncd-broncos:latest docker-gbsyncd-broncos:etri-202311.101-e86056371 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-gbsyncd-broncos:latest + jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r + jq -e . /tmp/manifest.json { "version": "1.0.0", "package": { "version": "1.0.0", "depends": [], "name": "gbsyncd-broncos" }, "service": { "name": "gbsyncd", "requires": [], "after": [], "before": [], "dependent-of": [], "asic-service": true, "host-service": false, "warm-shutdown": { "after": [], "before": [] }, "fast-shutdown": { "after": [], "before": [] }, "syslog": { "support-rate-limit": true } }, "container": { "privileged": false, "volumes": [], "tmpfs": [] }, "cli": { "config": "", "show": "", "clear": "" } } + SONIC_PACKAGE_MANAGER_FOLDER=/var/lib/sonic-package-manager/ + sudo mkdir -p ./fsroot-broadcom-dnx//var/lib/sonic-package-manager/ + target_machine=broadcom-dnx + j2 files/build_templates/packages.json.j2 + sudo tee ./fsroot-broadcom-dnx//var/lib/sonic-package-manager//packages.json { "database": { "repository": "docker-database", "description": "SONiC database package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "eventd": { "repository": "docker-eventd", "description": "SONiC eventd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "fpm-frr": { "repository": "docker-fpm-frr", "description": "SONiC fpm-frr package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gnmi": { "repository": "docker-sonic-gnmi", "description": "SONiC gnmi package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "lldp": { "repository": "docker-lldp", "description": "SONiC lldp package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "mux": { "repository": "docker-mux", "description": "SONiC mux package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "nat": { "repository": "docker-nat", "description": "SONiC nat package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "swss": { "repository": "docker-orchagent", "description": "SONiC swss package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "pmon": { "repository": "docker-platform-monitor", "description": "SONiC pmon package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "radv": { "repository": "docker-router-advertiser", "description": "SONiC radv package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "sflow": { "repository": "docker-sflow", "description": "SONiC sflow package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "snmp": { "repository": "docker-snmp", "description": "SONiC snmp package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "mgmt-framework": { "repository": "docker-sonic-mgmt-framework", "description": "SONiC mgmt-framework package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "teamd": { "repository": "docker-teamd", "description": "SONiC teamd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "syncd-dnx": { "repository": "docker-syncd-brcm-dnx", "description": "SONiC syncd-dnx package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gbsyncd": { "repository": "docker-gbsyncd-credo", "description": "SONiC gbsyncd package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true }, "gbsyncd-broncos": { "repository": "docker-gbsyncd-broncos", "description": "SONiC gbsyncd-broncos package", "default-reference": "1.0.0", "installed-version": "1.0.0", "built-in": true, "installed": true } } + '[' 0 '!=' 0 ']' + sudo cp files/build_templates/docker_image_ctl.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/docker_image_ctl.j2 + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx /usr/local/bin/generate_shutdown_order.py installed packages {'database': Package(entry=PackageEntry(name='database', repository='docker-database', description='SONiC database package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'database', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'database', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'eventd': Package(entry=PackageEntry(name='eventd', repository='docker-eventd', description='SONiC eventd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'eventd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'eventd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'fpm-frr': Package(entry=PackageEntry(name='fpm-frr', repository='docker-fpm-frr', description='SONiC fpm-frr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'fpm-frr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bgp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['radv'], 'before': ['swss']}, 'fast-shutdown': {'after': ['radv'], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi': Package(entry=PackageEntry(name='gnmi', repository='docker-sonic-gnmi', description='SONiC gnmi package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'lldp': Package(entry=PackageEntry(name='lldp', repository='docker-lldp', description='SONiC lldp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'lldp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'lldp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mux': Package(entry=PackageEntry(name='mux', repository='docker-mux', description='SONiC mux package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mux', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mux', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'nat': Package(entry=PackageEntry(name='nat', repository='docker-nat', description='SONiC nat package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'nat', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'nat', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'swss': Package(entry=PackageEntry(name='swss', repository='docker-orchagent', description='SONiC swss package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'swss', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'swss', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['syncd']}, 'fast-shutdown': {'after': [], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'pmon': Package(entry=PackageEntry(name='pmon', repository='docker-platform-monitor', description='SONiC pmon package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'pmon', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'pmon', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'radv': Package(entry=PackageEntry(name='radv', repository='docker-router-advertiser', description='SONiC radv package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'radv', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'radv', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sflow': Package(entry=PackageEntry(name='sflow', repository='docker-sflow', description='SONiC sflow package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sflow', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sflow', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'snmp': Package(entry=PackageEntry(name='snmp', repository='docker-snmp', description='SONiC snmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'snmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'snmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mgmt-framework': Package(entry=PackageEntry(name='mgmt-framework', repository='docker-sonic-mgmt-framework', description='SONiC mgmt-framework package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mgmt-framework', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mgmt-framework', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'teamd': Package(entry=PackageEntry(name='teamd', repository='docker-teamd', description='SONiC teamd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'teamd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'teamd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'syncd-dnx': Package(entry=PackageEntry(name='syncd-dnx', repository='docker-syncd-brcm-dnx', description='SONiC syncd-dnx package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'syncd-dnx', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'syncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd': Package(entry=PackageEntry(name='gbsyncd', repository='docker-gbsyncd-credo', description='SONiC gbsyncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd-broncos': Package(entry=PackageEntry(name='gbsyncd-broncos', repository='docker-gbsyncd-broncos', description='SONiC gbsyncd-broncos package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd-broncos', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[]))} Done. + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx sonic-package-manager install --from-tarball target/docker-dhcp-relay.gz -y -v DEBUG --enable debug: No YANG modules found debug: No YANG modules found debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: checking dependencies for database debug: checking conflicts for database debug: checking dependencies for eventd debug: checking conflicts for eventd debug: checking dependencies for fpm-frr debug: checking conflicts for fpm-frr debug: checking dependencies for gnmi debug: checking conflicts for gnmi debug: checking dependencies for lldp debug: checking conflicts for lldp debug: checking dependencies for mux debug: checking conflicts for mux debug: checking dependencies for nat debug: checking conflicts for nat debug: checking dependencies for swss debug: checking conflicts for swss debug: checking dependencies for pmon debug: checking conflicts for pmon debug: checking dependencies for radv debug: checking conflicts for radv debug: checking dependencies for sflow debug: checking conflicts for sflow debug: checking dependencies for snmp debug: checking conflicts for snmp debug: checking dependencies for mgmt-framework debug: checking conflicts for mgmt-framework debug: checking dependencies for teamd debug: checking conflicts for teamd debug: checking dependencies for syncd-dnx debug: checking conflicts for syncd-dnx debug: checking dependencies for gbsyncd debug: checking conflicts for gbsyncd debug: checking dependencies for gbsyncd-broncos debug: checking conflicts for gbsyncd-broncos debug: checking dependencies for dhcp-relay debug: dependency package is installed database: 1.0.0 debug: dependency package database: component libswsscommon version is 1.0.0 debug: checking conflicts for dhcp-relay debug: loading image from target/docker-dhcp-relay.gz debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 131072, 'total': 10037760}, 'progress': '[> ] 131.1kB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 6815744, 'total': 10037760}, 'progress': '[=================================> ] 6.816MB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10037760, 'total': 10037760}, 'progress': '[==================================================>] 10.04MB/10.04MB', 'id': '4a47b0776dfa'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': '08f7c89fe355'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': '08f7c89fe355'} 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: '5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e', debug: 'docker_image_run_opt': debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro ' debug: '--tmpfs /tmp/ --tmpfs /var/tmp/' debug: } generated /usr/bin/dhcp_relay.sh debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/dhcp_relay.sh with { debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'dhcp-relay', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [ debug: { debug: 'name': 'database', debug: 'version': '^1.0.0', debug: 'components': {} debug: } debug: ], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'dhcp_relay', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd', 'teamd'], debug: 'before': ['ntp-config'], debug: 'dependent': [], debug: 'dependent-of': ['swss'], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': False, debug: 'host-service': True, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': ['/tmp/', '/var/tmp/'] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'], debug: 'config': ['/cli/config/plugins/dhcp_relay.py'], debug: 'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/local/bin/dhcp_relay.sh debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/dhcp_relay.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'dhcp-relay', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [ debug: { debug: 'name': 'database', debug: 'version': '^1.0.0', debug: 'components': {} debug: } debug: ], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'dhcp_relay', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd', 'teamd'], debug: 'before': ['ntp-config'], debug: 'dependent': [], debug: 'dependent-of': ['swss'], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': False, debug: 'host-service': True, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': ['/tmp/', '/var/tmp/'] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'], debug: 'config': ['/cli/config/plugins/dhcp_relay.py'], debug: 'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': False, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/dhcp_relay.service dhcp_relay entry is added to AUTO_TECHSUPPORT_FEATURE table dhcp_relay entry is added to SYSLOG_CONFIG_FEATURE table debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'bgp', 'nat', 'sflow', 'radv', 'lldp', 'mux'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'bgp', 'nat', 'sflow', 'radv', 'lldp', 'mux'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd-broncos"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found + sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx sonic-package-manager install --from-tarball target/docker-macsec.gz -y -v DEBUG --enable debug: No YANG modules found debug: No YANG modules found debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: checking dependencies for database debug: checking conflicts for database debug: checking dependencies for eventd debug: checking conflicts for eventd debug: checking dependencies for fpm-frr debug: checking conflicts for fpm-frr debug: checking dependencies for gnmi debug: checking conflicts for gnmi debug: checking dependencies for lldp debug: checking conflicts for lldp debug: checking dependencies for mux debug: checking conflicts for mux debug: checking dependencies for nat debug: checking conflicts for nat debug: checking dependencies for swss debug: checking conflicts for swss debug: checking dependencies for pmon debug: checking conflicts for pmon debug: checking dependencies for radv debug: checking conflicts for radv debug: checking dependencies for sflow debug: checking conflicts for sflow debug: checking dependencies for snmp debug: checking conflicts for snmp debug: checking dependencies for mgmt-framework debug: checking conflicts for mgmt-framework debug: checking dependencies for teamd debug: checking conflicts for teamd debug: checking dependencies for syncd-dnx debug: checking conflicts for syncd-dnx debug: checking dependencies for gbsyncd debug: checking conflicts for gbsyncd debug: checking dependencies for gbsyncd-broncos debug: checking conflicts for gbsyncd-broncos debug: checking dependencies for dhcp-relay debug: dependency package is installed database: 1.0.0 debug: dependency package database: component libswsscommon version is 1.0.0 debug: checking conflicts for dhcp-relay debug: checking dependencies for macsec debug: checking conflicts for macsec debug: loading image from target/docker-macsec.gz debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 327680, 'total': 29604864}, 'progress': '[> ] 327.7kB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 9502720, 'total': 29604864}, 'progress': '[================> ] 9.503MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 18022400, 'total': 29604864}, 'progress': '[==============================> ] 18.02MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 25231360, 'total': 29604864}, 'progress': '[==========================================> ] 25.23MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29604864, 'total': 29604864}, 'progress': '[==================================================>] 29.6MB/29.6MB', 'id': '8d23dc22aa93'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': 'f59e86557099'} debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>] 1.536kB/1.536kB', 'id': 'f59e86557099'} 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: 'e455c7096fddf6bb1518237739506aad5c93298b6b9257e627ed4d2907dd7fe7', debug: 'docker_image_run_opt': debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro -v ' debug: '/host/warmboot:/var/warmboot' debug: } generated /usr/bin/macsec.sh debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/macsec.sh with { debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/local/bin/macsec.sh debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': False, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/macsec.service debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec@.service with { debug: 'source': '/usr/share/sonic/templates/sonic.service.j2', debug: 'manifest': { debug: 'version': '1.0.0', debug: 'package': { debug: 'version': '1.0.0', debug: 'name': 'macsec', debug: 'description': '', debug: 'base-os': {}, debug: 'depends': [], debug: 'breaks': [], debug: 'init-cfg': {}, debug: 'changelog': {}, debug: 'debug-dump': '' debug: }, debug: 'service': { debug: 'name': 'macsec', debug: 'requires': ['updategraph'], debug: 'requisite': [], debug: 'wanted-by': [], debug: 'after': ['swss', 'syncd'], debug: 'before': [], debug: 'dependent': [], debug: 'dependent-of': [], debug: 'post-start-action': '', debug: 'pre-shutdown-action': '', debug: 'asic-service': True, debug: 'host-service': False, debug: 'delayed': False, debug: 'check_up_status': False, debug: 'warm-shutdown': {'after': [], 'before': []}, debug: 'fast-shutdown': {'after': [], 'before': []}, debug: 'syslog': {'support-rate-limit': True} debug: }, debug: 'container': { debug: 'privileged': False, debug: 'volumes': [ debug: '/etc/sonic:/etc/sonic:ro', debug: '/etc/timezone:/etc/timezone:ro', debug: '/host/warmboot:/var/warmboot' debug: ], debug: 'mounts': [], debug: 'environment': {}, debug: 'tmpfs': [] debug: }, debug: 'processes': [], debug: 'cli': { debug: 'mandatory': False, debug: 'show': ['/cli/show/plugins/show_macsec.py'], debug: 'config': ['/cli/config/plugins/macsec.py'], debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'], debug: 'auto-generate-show': False, debug: 'auto-generate-config': False, debug: 'auto-generate-show-source-yang-modules': [], debug: 'auto-generate-config-source-yang-modules': [] debug: } debug: }, debug: 'multi_instance': True, debug: 'multi_instance_services': [ debug: 'bgp', debug: 'database', debug: 'swss', debug: 'syncd', debug: 'teamd' debug: ] debug: } generated /usr/lib/systemd/system/macsec@.service macsec entry is added to AUTO_TECHSUPPORT_FEATURE table macsec entry is added to SYSLOG_CONFIG_FEATURE table debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'lldp', 'bgp', 'sflow', 'mux', 'radv', 'nat'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: shutdown graph collections.defaultdict( debug: set, debug: { debug: 'bgp': {'radv'}, debug: 'swss': {'lldp', 'bgp', 'sflow', 'mux', 'radv', 'nat'}, debug: 'lldp': set(), debug: 'mux': set(), debug: 'nat': set(), debug: 'syncd': {'teamd', 'swss'}, debug: 'radv': set(), debug: 'sflow': set(), debug: 'teamd': {'swss'} debug: } debug: ) debug: shutdown order [ debug: 'lldp', debug: 'mux', debug: 'nat', debug: 'radv', debug: 'sflow', debug: 'bgp', debug: 'swss', debug: 'teamd', debug: 'syncd' debug: ] debug: inspecting image labels docker-database:latest debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-eventd:latest debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-fpm-frr:latest debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-gnmi:latest debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-lldp:latest debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-mux:latest debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-nat:latest debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-orchagent:latest debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-platform-monitor:latest debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-router-advertiser:latest debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sflow:latest debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-snmp:latest debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-sonic-mgmt-framework:latest debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-teamd:latest debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "teamd"\n },\n "service": {\n "name": "teamd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-syncd-brcm-dnx:latest debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "syncd-dnx"\n },\n "service": {\n "name": "syncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-credo:latest debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found debug: inspecting image labels docker-gbsyncd-broncos:latest debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.101-e86056371', '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:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e debug: image sha256:5666d5fc0ed5e382c0987328c71e7ce9fc7ef02df3711bcf79dc373027f4c20e labels successfully: {'Tag': 'etri-202311.101-e86056371', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["updategraph"],\n "after": ["swss", "syncd", "teamd"],\n "before": ["ntp-config"],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'} debug: No YANG modules found + sudo umount ./fsroot-broadcom-dnx/target + sudo rm -r ./fsroot-broadcom-dnx/target + [[ n == y ]] + [[ n == y ]] + sudo chroot ./fsroot-broadcom-dnx /usr/lib/docker//docker.sh stop Stopping Docker: docker. + sudo bash -c 'echo { > ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22database\x22 : \x22docker-database\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22eventd\x22 : \x22docker-eventd\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22bgp\x22 : \x22docker-fpm-frr\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gnmi\x22 : \x22docker-sonic-gnmi\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22lldp\x22 : \x22docker-lldp\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22mux\x22 : \x22docker-mux\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22nat\x22 : \x22docker-nat\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22swss\x22 : \x22docker-orchagent\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22pmon\x22 : \x22docker-platform-monitor\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22radv\x22 : \x22docker-router-advertiser\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22sflow\x22 : \x22docker-sflow\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22snmp\x22 : \x22docker-snmp\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22mgmt-framework\x22 : \x22docker-sonic-mgmt-framework\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22teamd\x22 : \x22docker-teamd\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm-dnx\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-credo\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-broncos\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo "" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + sudo bash -c 'echo } >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json' + '[' -f broadcom-dnx_database.sh ']' + sudo cp database.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_eventd.sh ']' + sudo cp eventd.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_bgp.sh ']' + sudo cp bgp.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_gnmi.sh ']' + sudo cp gnmi.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_lldp.sh ']' + sudo cp lldp.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_mux.sh ']' + sudo cp mux.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_nat.sh ']' + sudo cp nat.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_swss.sh ']' + sudo cp swss.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_pmon.sh ']' + sudo cp pmon.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_radv.sh ']' + sudo cp radv.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_sflow.sh ']' + sudo cp sflow.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_snmp.sh ']' + sudo cp snmp.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_mgmt-framework.sh ']' + sudo cp mgmt-framework.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_teamd.sh ']' + sudo cp teamd.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_syncd.sh ']' + sudo cp broadcom-dnx_syncd.sh ./fsroot-broadcom-dnx/usr/bin/syncd.sh + '[' -f broadcom-dnx_syncd.sh ']' + sudo cp broadcom-dnx_syncd.sh ./fsroot-broadcom-dnx/usr/bin/syncd.sh + '[' -f broadcom-dnx_gbsyncd.sh ']' + sudo cp gbsyncd.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f broadcom-dnx_gbsyncd.sh ']' + sudo cp gbsyncd.sh ./fsroot-broadcom-dnx/usr/bin/ + '[' -f database.service ']' + sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database.service + '[' -f database@.service ']' + sudo cp database@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=database@.service + SINGLE_INSTANCE=database.service + sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database@.service + '[' -f database-chassis.service ']' + sudo cp database-chassis.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database-chassis.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database-chassis.service + '[' -f eventd.service ']' + sudo cp eventd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo eventd.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf eventd.service + '[' -f bgp@.service ']' + sudo cp bgp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=bgp@.service + SINGLE_INSTANCE=bgp.service + sudo cp bgp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo bgp@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf bgp@.service + '[' -f gnmi.service ']' + sudo cp gnmi.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gnmi.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gnmi.service + '[' -f lldp.service ']' + sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo lldp.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf lldp.service + '[' -f lldp@.service ']' + sudo cp lldp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=lldp@.service + SINGLE_INSTANCE=lldp.service + sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo lldp@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf lldp@.service + '[' -f mux.service ']' + sudo cp mux.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo mux.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf mux.service + '[' -f nat.service ']' + sudo cp nat.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo nat.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf nat.service + '[' -f swss@.service ']' + sudo cp swss@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=swss@.service + SINGLE_INSTANCE=swss.service + sudo cp swss.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo swss@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf swss@.service + '[' -f pmon.service ']' + sudo cp pmon.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo pmon.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf pmon.service + '[' -f radv.service ']' + sudo cp radv.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo radv.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf radv.service + '[' -f sflow.service ']' + sudo cp sflow.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo sflow.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf sflow.service + '[' -f snmp.service ']' + sudo cp snmp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo snmp.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf snmp.service + '[' -f mgmt-framework.service ']' + sudo cp mgmt-framework.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo mgmt-framework.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf mgmt-framework.service + '[' -f teamd@.service ']' + sudo cp teamd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=teamd@.service + SINGLE_INSTANCE=teamd.service + sudo cp teamd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo teamd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf teamd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf syncd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf syncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f database.service ']' + sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database.service + '[' -f database@.service ']' + sudo cp database@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=database@.service + SINGLE_INSTANCE=database.service + sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database@.service + '[' -f database-chassis.service ']' + sudo cp database-chassis.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo database-chassis.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf database-chassis.service + '[' -f eventd.service ']' + sudo cp eventd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo eventd.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf eventd.service + '[' -f bgp@.service ']' + sudo cp bgp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=bgp@.service + SINGLE_INSTANCE=bgp.service + sudo cp bgp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo bgp@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf bgp@.service + '[' -f gnmi.service ']' + sudo cp gnmi.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gnmi.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gnmi.service + '[' -f lldp.service ']' + sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo lldp.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf lldp.service + '[' -f lldp@.service ']' + sudo cp lldp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=lldp@.service + SINGLE_INSTANCE=lldp.service + sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo lldp@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf lldp@.service + '[' -f mux.service ']' + sudo cp mux.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo mux.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf mux.service + '[' -f nat.service ']' + sudo cp nat.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo nat.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf nat.service + '[' -f swss@.service ']' + sudo cp swss@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=swss@.service + SINGLE_INSTANCE=swss.service + sudo cp swss.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo swss@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf swss@.service + '[' -f pmon.service ']' + sudo cp pmon.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo pmon.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf pmon.service + '[' -f radv.service ']' + sudo cp radv.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo radv.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf radv.service + '[' -f sflow.service ']' + sudo cp sflow.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo sflow.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf sflow.service + '[' -f snmp.service ']' + sudo cp snmp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo snmp.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf snmp.service + '[' -f mgmt-framework.service ']' + sudo cp mgmt-framework.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo mgmt-framework.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf mgmt-framework.service + '[' -f teamd@.service ']' + sudo cp teamd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=teamd@.service + SINGLE_INSTANCE=teamd.service + sudo cp teamd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo teamd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf teamd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf syncd@.service + '[' -f syncd@.service ']' + sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=syncd@.service + SINGLE_INSTANCE=syncd.service + sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo syncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf syncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f gbsyncd@.service ']' + sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + MULTI_INSTANCE=gbsyncd@.service + SINGLE_INSTANCE=gbsyncd.service + sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system + echo gbsyncd@.service + sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf gbsyncd@.service + '[' -f iccpd.service ']' + sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -km /sys + true + sudo LANG=C chroot ./fsroot-broadcom-dnx umount -lf /sys + sudo LANG=C cp files/scripts/swss.sh ./fsroot-broadcom-dnx/usr/local/bin/swss.sh + sudo LANG=C cp files/scripts/syncd.sh ./fsroot-broadcom-dnx/usr/local/bin/syncd.sh + sudo LANG=C cp files/scripts/syncd_common.sh ./fsroot-broadcom-dnx/usr/local/bin/syncd_common.sh + sudo LANG=C cp files/scripts/gbsyncd.sh ./fsroot-broadcom-dnx/usr/local/bin/gbsyncd.sh + sudo LANG=C cp files/scripts/gbsyncd-platform.sh ./fsroot-broadcom-dnx/usr/bin/gbsyncd-platform.sh + sudo LANG=C cp files/scripts/bgp.sh ./fsroot-broadcom-dnx/usr/local/bin/bgp.sh + sudo LANG=C cp files/scripts/teamd.sh ./fsroot-broadcom-dnx/usr/local/bin/teamd.sh + sudo LANG=C cp files/scripts/lldp.sh ./fsroot-broadcom-dnx/usr/local/bin/lldp.sh + sudo LANG=C cp files/scripts/radv.sh ./fsroot-broadcom-dnx/usr/local/bin/radv.sh + sudo LANG=C cp files/scripts/database.sh ./fsroot-broadcom-dnx/usr/local/bin/database.sh + sudo LANG=C cp files/scripts/snmp.sh ./fsroot-broadcom-dnx/usr/local/bin/snmp.sh + sudo LANG=C cp files/scripts/telemetry.sh ./fsroot-broadcom-dnx/usr/local/bin/telemetry.sh + sudo LANG=C cp files/scripts/gnmi.sh ./fsroot-broadcom-dnx/usr/local/bin/gnmi.sh + sudo LANG=C cp files/scripts/mgmt-framework.sh ./fsroot-broadcom-dnx/usr/local/bin/mgmt-framework.sh + sudo LANG=C cp files/scripts/asic_status.sh ./fsroot-broadcom-dnx/usr/local/bin/asic_status.sh + sudo LANG=C cp files/scripts/asic_status.py ./fsroot-broadcom-dnx/usr/local/bin/asic_status.py + sudo LANG=C cp files/scripts/sonic-netns-exec ./fsroot-broadcom-dnx/usr/bin/sonic-netns-exec + sudo LANG=C cp files/scripts/write_standby.py ./fsroot-broadcom-dnx/usr/local/bin/write_standby.py + sudo LANG=C cp files/scripts/mark_dhcp_packet.py ./fsroot-broadcom-dnx/usr/local/bin/mark_dhcp_packet.py + sudo cp files/build_templates/sonic.target ./fsroot-broadcom-dnx/usr/lib//systemd/system + sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable sonic.target Created symlink /etc/systemd/system/multi-user.target.wants/sonic.target -> /lib/systemd/system/sonic.target. + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y python3-dev Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18 libpython3-dev libpython3.9-dev lsb-release pinentry-curses python-pip-whl python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: python3-dev* 0 upgraded, 0 newly installed, 1 to remove and 17 not upgraded. After this operation, 147 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 50864 files and directories currently installed.) Removing python3-dev (3.9.2-3) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y build-essential libssl-dev swig Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: bzip2 dirmngr dpkg-dev g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18 libpython3-dev libpython3.9-dev libstdc++-10-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: build-essential* gobject-introspection* libgirepository1.0-dev* libssl-dev* swig* 0 upgraded, 0 newly installed, 5 to remove and 16 not upgraded. After this operation, 21.0 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 50845 files and directories currently installed.) Removing libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Removing gobject-introspection (1.66.1-1+b1) ... Removing build-essential (12.9) ... Removing libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ... Removing swig (4.0.2-1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config Reading package lists... Building dependency tree... Reading state information... Package 'libgirepository1.0-dev' is not installed, so not removed The following packages were automatically installed and are no longer required: bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0 libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: libcairo2-dev* libdbus-1-dev* libfontconfig-dev* libfontconfig1-dev* libglib2.0-dev* libsystemd-dev* pkg-config* 0 upgraded, 0 newly installed, 7 to remove and 16 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 ... 50519 files and directories currently installed.) Removing libcairo2-dev:amd64 (1.16.0-5) ... Removing libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Removing libfontconfig1-dev:amd64 (2.13.1-4.2) ... Removing libfontconfig-dev:amd64 (2.13.1-4.2) ... Removing libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ... Removing libsystemd-dev:amd64 (247.3-7+deb11u7) ... Removing pkg-config (0.29.2-1) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... No schema files found: doing nothing. (Reading database ... 49439 files and directories currently installed.) Purging configuration files for pkg-config (0.29.2-1) ... + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get clean -y + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get autoremove -y Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6 libfreetype6-dev libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0 libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpthread-stubs0-dev libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch pinentry-curses python-pip-whl python3-mako python3-markdown python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 0 newly installed, 106 to remove and 16 not upgraded. After this operation, 195 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 49438 files and directories currently installed.) Removing dpkg-dev (1.20.13) ... Removing bzip2 (1.0.8-4) ... Removing gnupg (2.2.27-2+deb11u2) ... Removing gpg-wks-client (2.2.27-2+deb11u2) ... Removing dirmngr (2.2.27-2+deb11u2) ... Removing libcairo-script-interpreter2:amd64 (1.16.0-5) ... Removing libcairo-gobject2:amd64 (1.16.0-5) ... Removing libcairo2:amd64 (1.16.0-5) ... Removing libfontconfig1:amd64 (2.13.1-4.2) ... Removing fontconfig-config (2.13.1-4.2) ... Removing fonts-dejavu-core (2.37-2) ... Removing g++ (4:10.2.1-1) ... Removing g++-10 (10.2.1-6) ... Removing gir1.2-freedesktop:amd64 (1.66.1-1+b1) ... Removing gir1.2-packagekitglib-1.0 (1.2.2-2) ... Removing gnupg-l10n (2.2.27-2+deb11u2) ... Removing gnupg-utils (2.2.27-2+deb11u2) ... Removing gpg-wks-server (2.2.27-2+deb11u2) ... Removing gpg-agent (2.2.27-2+deb11u2) ... Removing gpgsm (2.2.27-2+deb11u2) ... Removing python3-software-properties (0.96.20.2-2.1) ... Removing iso-codes (4.6.0-1) ... Removing libmount-dev:amd64 (2.36.1-8+deb11u2) ... Removing libblkid-dev:amd64 (2.36.1-8+deb11u2) ... Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libbrotli-dev:amd64 (1.0.9-2+b2) ... Removing python3.9-dev (3.9.2-1+deb11u3) ... Removing libpython3-dev:amd64 (3.9.2-3) ... Removing libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ... Removing libexpat1-dev:amd64 (2.2.10-2+deb11u7) ... Removing libpng-dev:amd64 (1.6.37-3) ... Removing zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... Removing uuid-dev:amd64 (2.36.1-8+deb11u2) ... Removing python3-pycurl (7.43.0.6-5) ... Removing libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ... Removing libdpkg-perl (1.20.13) ... Removing libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... Removing libglib2.0-bin (2.66.8-1+deb11u6) ... Removing libglib2.0-data (2.66.8-1+deb11u6) ... Removing libglib2.0-dev-bin (2.66.8-1+deb11u6) ... Removing libsm-dev:amd64 (2:1.2.3-1) ... Removing libice-dev:amd64 (2:1.0.10-1) ... Removing libsm6:amd64 (2:1.2.3-1) ... Removing libice6:amd64 (2:1.0.10-1) ... Removing libjs-sphinxdoc (3.4.3-2) ... Removing libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Removing libjs-underscore (1.9.1~dfsg-3) ... Removing libksba8:amd64 (1.5.0-3+deb11u2) ... Removing libnpth0:amd64 (1.6-3) ... Removing libpackagekit-glib2-18:amd64 (1.2.2-2) ... Removing libpcre3-dev:amd64 (2:8.39-13) ... Removing libpcre16-3:amd64 (2:8.39-13) ... Removing libselinux1-dev:amd64 (3.1-3) ... Removing libpcre2-dev:amd64 (10.36-2+deb11u1) ... Removing libpcre2-16-0:amd64 (10.36-2+deb11u1) ... Removing libpcre2-32-0:amd64 (10.36-2+deb11u1) ... Removing libpcre2-posix2:amd64 (10.36-2+deb11u1) ... Removing libpcre32-3:amd64 (2:8.39-13) ... Removing libpcrecpp0v5:amd64 (2:8.39-13) ... Removing libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ... Removing libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Removing libpng16-16:amd64 (1.6.37-3) ... Removing libxcb-shm0-dev:amd64 (1.14-3) ... Removing libxcb-render0-dev:amd64 (1.14-3) ... Removing libsepol1-dev:amd64 (3.1-1+deb11u1) ... Removing libstdc++-10-dev:amd64 (10.2.1-6) ... Removing libxrender-dev:amd64 (1:0.9.10-1) ... Removing libxrender1:amd64 (1:0.9.10-1) ... Removing libxext-dev:amd64 (2:1.3.3-1.1) ... Removing libxext6:amd64 (2:1.3.3-1.1) ... Removing libx11-dev:amd64 (2:1.7.2-1+deb11u2) ... Removing libxcb-shm0:amd64 (1.14-3) ... Removing libxcb-render0:amd64 (1.14-3) ... Removing lsb-release (11.1.0) ... Removing make (4.3-4.1) ... Removing patch (2.7.6-7) ... Removing pinentry-curses (1.1.0-4) ... Removing python-pip-whl (20.3.4-4+deb11u1) ... Removing python3-mako (1.1.3+ds1-2) ... Removing python3-markdown (3.3.4-1) ... Removing python3-markupsafe (1.1.1-1+b3) ... Removing python3-setuptools (52.0.0-4+deb11u2) ... Removing python3-pkg-resources (52.0.0-4+deb11u2) ... Removing python3-wheel (0.34.2-1) ... Removing swig4.0 (4.0.2-1) ... Removing x11-common (1:7.7+22) ... Running in chroot, ignoring request. Removing x11proto-xext-dev (2020.1-1) ... Removing xtrans-dev (1.4.0-1) ... Removing libc6-dev:amd64 (2.31-13+deb11u13) ... Removing libc-dev-bin (2.31-13+deb11u13) ... Removing libcrypt-dev:amd64 (1:4.4.18-4) ... Removing libnsl-dev:amd64 (1.3.0-2) ... Removing libxcb1-dev:amd64 (1.14-3) ... Removing libpthread-stubs0-dev:amd64 (0.4-1) ... Removing libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Removing libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Removing libx11-data (2:1.7.2-1+deb11u2) ... Removing libxau-dev:amd64 (1:1.0.9-1) ... Removing libxcb1:amd64 (1.14-3) ... Removing libxau6:amd64 (1:1.0.9-1) ... Removing libxdmcp-dev:amd64 (1:1.1.2-3) ... Removing libxdmcp6:amd64 (1:1.1.2-3) ... Removing linux-libc-dev:amd64 (5.10.237-1) ... Removing x11proto-dev (2020.1-1) ... Removing xorg-sgml-doctools (1:1.11-1.1) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo cp dockers/docker-database/base_image_files/redis-cli ./fsroot-broadcom-dnx//usr/bin/redis-cli + sudo cp dockers/docker-fpm-frr/base_image_files/vtysh ./fsroot-broadcom-dnx//usr/bin/vtysh + sudo cp dockers/docker-fpm-frr/base_image_files/rvtysh ./fsroot-broadcom-dnx//usr/bin/rvtysh + sudo cp dockers/docker-fpm-frr/base_image_files/TSA ./fsroot-broadcom-dnx//usr/bin/TSA + sudo cp dockers/docker-fpm-frr/base_image_files/TSB ./fsroot-broadcom-dnx//usr/bin/TSB + sudo cp dockers/docker-fpm-frr/base_image_files/TSC ./fsroot-broadcom-dnx//usr/bin/TSC + sudo cp dockers/docker-fpm-frr/base_image_files/TS ./fsroot-broadcom-dnx//usr/bin/TS + sudo cp dockers/docker-sonic-gnmi/base_image_files/monit_gnmi ./fsroot-broadcom-dnx//etc/monit/conf.d + sudo cp dockers/docker-lldp/base_image_files/lldpctl ./fsroot-broadcom-dnx//usr/bin/lldpctl + sudo cp dockers/docker-lldp/base_image_files/lldpcli ./fsroot-broadcom-dnx//usr/bin/lldpcli + sudo cp dockers/docker-nat/base_image_files/natctl ./fsroot-broadcom-dnx//usr/bin/natctl + sudo cp dockers/docker-orchagent/base_image_files/swssloglevel ./fsroot-broadcom-dnx//usr/bin/swssloglevel + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/bin/sensors + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/sbin/iSmart + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/sbin/SmartCmd + sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/bin/ethtool + sudo cp dockers/docker-sflow/base_image_files/psample ./fsroot-broadcom-dnx//usr/bin/psample + sudo cp dockers/docker-sflow/base_image_files/sflowtool ./fsroot-broadcom-dnx//usr/bin/sflowtool + sudo cp dockers/docker-snmp/base_image_files/monit_snmp ./fsroot-broadcom-dnx//etc/monit/conf.d + sudo cp dockers/docker-sonic-mgmt-framework/base_image_files/sonic-cli ./fsroot-broadcom-dnx//usr/bin/sonic-cli + sudo cp dockers/docker-teamd/base_image_files/teamdctl ./fsroot-broadcom-dnx//usr/bin/teamdctl + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmcmd ./fsroot-broadcom-dnx//usr/bin/bcmcmd + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmsh ./fsroot-broadcom-dnx//usr/bin/bcmsh + sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcm_common ./fsroot-broadcom-dnx//usr/bin/bcm_common + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmcmd ./fsroot-broadcom-dnx//usr/bin/bcmcmd + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmsh ./fsroot-broadcom-dnx//usr/bin/bcmsh + sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcm_common ./fsroot-broadcom-dnx//usr/bin/bcm_common + sudo mkdir ./fsroot-broadcom-dnx/etc/sonic/frr + sudo touch ./fsroot-broadcom-dnx/etc/sonic/frr/frr.conf + sudo touch ./fsroot-broadcom-dnx/etc/sonic/frr/vtysh.conf + sudo chown -R 300:300 ./fsroot-broadcom-dnx/etc/sonic/frr + sudo chmod -R 640 ./fsroot-broadcom-dnx/etc/sonic/frr/ + sudo chmod 750 ./fsroot-broadcom-dnx/etc/sonic/frr + sudo cp files/build_scripts/mask_disabled_services.py ./fsroot-broadcom-dnx/tmp/ + sudo chmod a+x ./fsroot-broadcom-dnx/tmp/mask_disabled_services.py + sudo LANG=C chroot ./fsroot-broadcom-dnx /tmp/mask_disabled_services.py Created symlink /etc/systemd/system/dhcp_relay.service → /dev/null. Created symlink /etc/systemd/system/mux.service → /dev/null. Created symlink /etc/systemd/system/nat.service → /dev/null. Created symlink /etc/systemd/system/sflow.service → /dev/null. Created symlink /etc/systemd/system/macsec.service → /dev/null. + sudo rm -rf ./fsroot-broadcom-dnx/tmp/mask_disabled_services.py + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-dbus Reading package lists... Building dependency tree... Reading state information... python3-dbus is already the newest version (1.2.16-5). 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + clean_sys + sudo chroot ./fsroot-broadcom-dnx umount /sys/fs/cgroup/blkio /sys/fs/cgroup/cpu /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/misc /sys/fs/cgroup/net_cls /sys/fs/cgroup/net_cls,net_prio /sys/fs/cgroup/net_prio /sys/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/cgroup /sys umount: /sys/fs/cgroup/blkio: no mount point specified. umount: /sys/fs/cgroup/cpu: no mount point specified. umount: /sys/fs/cgroup/cpu,cpuacct: no mount point specified. umount: /sys/fs/cgroup/cpuacct: no mount point specified. umount: /sys/fs/cgroup/cpuset: no mount point specified. umount: /sys/fs/cgroup/devices: no mount point specified. umount: /sys/fs/cgroup/freezer: no mount point specified. umount: /sys/fs/cgroup/hugetlb: no mount point specified. umount: /sys/fs/cgroup/memory: no mount point specified. umount: /sys/fs/cgroup/misc: no mount point specified. umount: /sys/fs/cgroup/net_cls: no mount point specified. umount: /sys/fs/cgroup/net_cls,net_prio: no mount point specified. umount: /sys/fs/cgroup/net_prio: no mount point specified. umount: /sys/fs/cgroup/perf_event: no mount point specified. umount: /sys/fs/cgroup/pids: no mount point specified. umount: /sys/fs/cgroup/rdma: no mount point specified. umount: /sys/fs/cgroup/systemd: no mount point specified. umount: /sys/fs/cgroup: no mount point specified. umount: /sys: not mounted. + true + true + '[' y = y ']' + '[' -f files/build_templates/organization_extensions.sh ']' + sudo chmod 755 files/build_templates/organization_extensions.sh + ./files/build_templates/organization_extensions.sh -f ./fsroot-broadcom-dnx -h sonic Executing SONIC Organization Extensions SONIC Organization Extensions - Done + sudo cp files/image_config/ebtables/ebtables.filter.cfg ./fsroot-broadcom-dnx/etc + '[' '' == y ']' + sudo LANG=C chroot ./fsroot-broadcom-dnx /bin/bash -c 'mkdir -p /etc/fips' + sudo LANG=C chroot ./fsroot-broadcom-dnx /bin/bash -c 'echo 0 > /etc/fips/fips_enable' + [[ no_sign == \d\e\v ]] + [[ no_sign == \p\r\o\d ]] + sudo chroot ./fsroot-broadcom-dnx update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64 + [[ aboot == uboot ]] + SONIC_VERSION_CACHE= + DBGOPT= + scripts/collect_host_image_version_files.sh amd64 bullseye target ./fsroot-broadcom-dnx ./ ./web/ ./deb/ ./pip/ ++ get_version_cache_option ++ '[' '!' -z ']' ++ echo -n '' ++ return 1 + '[' '!' -z '' ']' + apt-get -s clean -y Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* Del /var/lib/apt/lists/partial/* Del + apt-get -s autoclean -y Reading package lists... Building dependency tree... Reading state information... + apt-get -s autoremove -y Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. + rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin' + [[ ! host-image =~ -slave- ]] + rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory rm: cannot remove '/var/lib/apt/lists/partial': Is a directory + rm -rf /sonic/target /ssh + rm -f '/tmp/*' + rm -rf /debs /python-wheels /root/.cache + find / + grep -E __pycache__ + xargs rm -rf + rm -rf '/usr/local/share/buildinfo/build-versions/*' + symlink_build_hooks -d + set_reproducible_mirrors -d + local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/' + local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/' + local 'expression3=$a#SET_REPR_MIRRORS' + '[' -d = -d ']' + expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/' + expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/' + expression3=/#SET_REPR_MIRRORS/d ++ find /etc/apt/sources.list.d/ -type f + local 'mirrors=/etc/apt/sources.list ' + for mirror in $mirrors + grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list + continue + rm -f /usr/local/share/buildinfo/versions/01-versions-deb + rm -f /etc/apt/preferences.d/01-versions-deb + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y remove gcc Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: gcc 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 46.1 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41725 files and directories currently installed.) Removing gcc (4:10.2.1-1) ... + sudo rm ./fsroot-broadcom-dnx/etc/apt/apt.conf.d/00image-install-eatmydata ./fsroot-broadcom-dnx/usr/local/bin/dpkg + sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y remove eatmydata Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: eatmydata 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 30.7 kB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41696 files and directories currently installed.) Removing eatmydata (105-9) ... + sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get -y autoremove Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1 libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1 0 upgraded, 0 newly installed, 22 to remove and 0 not upgraded. After this operation, 151 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 41689 files and directories currently installed.) Removing gcc-10 (10.2.1-6) ... Removing binutils (2.35.2-2) ... Removing binutils-x86-64-linux-gnu (2.35.2-2) ... Removing libctf0:amd64 (2.35.2-2) ... Removing libbinutils:amd64 (2.35.2-2) ... Removing binutils-common:amd64 (2.35.2-2) ... Removing cpp (4:10.2.1-1) ... Removing cpp-10 (10.2.1-6) ... Removing libgcc-10-dev:amd64 (10.2.1-6) ... Removing libasan6:amd64 (10.2.1-6) ... Removing libcc1-0:amd64 (10.2.1-6) ... Removing libctf-nobfd0:amd64 (2.35.2-2) ... Removing libeatmydata1:amd64 (105-9) ... Removing libgomp1:amd64 (10.2.1-6) ... Removing libisl23:amd64 (0.23-1) ... Removing libitm1:amd64 (10.2.1-6) ... Removing liblsan0:amd64 (10.2.1-6) ... Removing libmpc3:amd64 (1.2.0-1) ... Removing libmpfr6:amd64 (4.1.0-3) ... Removing libquadmath0:amd64 (10.2.1-6) ... Removing libtsan0:amd64 (10.2.1-6) ... Removing libubsan1:amd64 (10.2.1-6) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... + sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get autoclean Reading package lists... Building dependency tree... Reading state information... + sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get clean + sudo LANG=C chroot ./fsroot-broadcom-dnx bash -c 'rm -rf /usr/share/doc/* /usr/share/locale/* /var/lib/apt/lists/* /tmp/*' + '[' -n '' ']' + sudo LANG=C chroot ./fsroot-broadcom-dnx pip3 cache purge WARNING: No matching packages Files removed: 0 (0 bytes) + echo '[INFO] Umount all' [INFO] Umount all + sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -vm /proc USER PID ACCESS COMMAND /proc: root kernel mount /proc + sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -km /proc + true + sudo timeout 15s bash -c 'until LANG=C chroot $0 umount /proc; do sleep 1; done' ./fsroot-broadcom-dnx + sudo mkdir ./fsroot-broadcom-dnx/host + [[ n == \y ]] + sudo rm -f fs.zip fs.squashfs + sudo du -hsx ./fsroot-broadcom-dnx 2.8G ./fsroot-broadcom-dnx + sudo mkdir -p ./fsroot-broadcom-dnx/var/lib/docker + sudo rm -f ./fsroot-broadcom-dnx/etc/resolvconf/resolv.conf.d/original + sudo cp files/image_config/resolv-config/resolv.conf.head ./fsroot-broadcom-dnx/etc/resolvconf/resolv.conf.d/head + '[' n = y ']' + sudo mksquashfs ./fsroot-broadcom-dnx fs.squashfs -comp zstd -b 1M -e boot -e var/lib/docker -e platform Parallel mksquashfs: Using 112 processors Creating 4.0 filesystem on fs.squashfs, block size 1048576. [===========================================================/] 38765/38765 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 354027.17 Kbytes (345.73 Mbytes) 26.14% of uncompressed filesystem size (1354410.35 Kbytes) Inode table size 364984 bytes (356.43 Kbytes) 22.31% of uncompressed inode table size (1636007 bytes) Directory table size 407484 bytes (397.93 Kbytes) 35.68% of uncompressed directory table size (1142194 bytes) Xattr table size 40 bytes (0.04 Kbytes) 100.00% of uncompressed xattr table size (40 bytes) Number of duplicate files found 11892 Number of inodes 51355 Number of files 38575 Number of fragments 670 Number of symbolic links 2395 Number of device nodes 5351 Number of fifo nodes 0 Number of socket nodes 2 Number of directories 5032 Number of ids (unique uids + gids) 27 Number of uids 6 root (0) jenkins (129) unknown (300) unknown (1000) sshd (106) _apt (100) Number of gids 25 root (0) video (44) disk (6) audio (29) cdrom (24) tty (5) floppy (25) dialout (20) kmem (15) lp (7) tape (26) gjenkins (136) adm (4) shadow (42) unknown (300) unknown (1000) utmp (43) Debian-exim (106) crontab (107) messagebus (104) staff (50) unknown (112) docker (999) ssh (109) mail (8) + sudo chmod -R go-wx ./fsroot-broadcom-dnx/boot ++ sudo LANG=C chroot ./fsroot-broadcom-dnx id -g admin + gid_user=1000 + '[' 1000 '!=' 1000 ']' + [[ n == y ]] + [[ n == y ]] + pushd ./fsroot-broadcom-dnx /sonic/fsroot-broadcom-dnx /sonic + sudo tar -I gzip -cf /sonic/dockerfs.tar.gz -C var/lib/docker . + popd /sonic + pushd ./fsroot-broadcom-dnx /sonic/fsroot-broadcom-dnx /sonic + sudo tar -I gzip -cf platform.tar.gz -C platform . + sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz adding: boot/ (stored 0%) adding: boot/vmlinuz-5.10.0-30-2-amd64 (deflated 1%) adding: boot/initrd.img-5.10.0-30-2-amd64 (deflated 2%) adding: boot/config-5.10.0-30-2-amd64 (deflated 76%) adding: boot/System.map-5.10.0-30-2-amd64 (deflated 16%) adding: platform.tar.gz (stored 0%) + popd /sonic + sudo zip -g -n .squashfs:.gz fs.zip fs.squashfs dockerfs.tar.gz adding: fs.squashfs (stored 0%) adding: dockerfs.tar.gz (stored 0%) + sudo LANG=C chroot ./fsroot-broadcom-dnx umount /proc umount: /proc: not mounted. + true + true ++ '[' -f .arch ']' ++ cat .arch + CONFIGURED_ARCH=amd64 + [[ amd64 == armhf ]] + [[ amd64 == arm64 ]] + . ./onie-image.conf ++ : 32768 ++ : x86_64 ++ : broadcom-dnx ++ ONIEIMAGE_VERSION=r0 ++ FILESYSTEM_ROOT=./fsroot-broadcom-dnx ++ FILESYSTEM_SQUASHFS=fs.squashfs ++ ONIE_INSTALLER_PAYLOAD=fs.zip ++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz ++ DOCKERFS_DIR=docker ++ DOCKER_RAMFS_SIZE=2500M ++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom-dnx.bin ++ OUTPUT_RAW_IMAGE=target/sonic-broadcom-dnx.raw ++ RAW_IMAGE_DISK_SIZE=1700 ++ OUTPUT_KVM_IMAGE=target/sonic-broadcom-dnx.img ++ KVM_IMAGE_DISK_SIZE=16 ++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom-dnx.swi ++ ABOOT_BOOT_IMAGE=.sonic-boot.swi ++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom-dnx.img ++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom-dnx.img + '[' -n 32768 ']' + '[' -n fs.zip ']' + IMAGE_VERSION=etri-202311.101-e86056371 + '[' aboot = onie ']' + '[' aboot = raw ']' + '[' aboot = kvm ']' + '[' aboot = aboot ']' + echo 'Build Aboot installer' Build Aboot installer ++ dirname target/sonic-aboot-broadcom-dnx.swi + mkdir -p target + sudo rm -f target/sonic-aboot-broadcom-dnx.swi + sudo rm -f .sonic-boot.swi + cp fs.zip target/sonic-aboot-broadcom-dnx.swi + j2 -f env files/Aboot/boot0.j2 ./onie-image.conf + sed -i -e s/%%IMAGE_VERSION%%/etri-202311.101-e86056371/g files/Aboot/boot0 + pushd files/Aboot /sonic/files/Aboot /sonic + zip -g /sonic/target/sonic-aboot-broadcom-dnx.swi boot0 adding: boot0 (deflated 71%) + popd /sonic + pushd files/Aboot /sonic/files/Aboot /sonic + zip -g /sonic/.sonic-boot.swi boot0 zip warning: /sonic/.sonic-boot.swi not found or empty adding: boot0 (deflated 71%) + popd /sonic + pushd files/image_config/secureboot /sonic/files/image_config/secureboot /sonic + zip -g /sonic/target/sonic-aboot-broadcom-dnx.swi allowlist_paths.conf adding: allowlist_paths.conf (deflated 57%) + popd /sonic + echo etri-202311.101-e86056371 + zip -g target/sonic-aboot-broadcom-dnx.swi .imagehash adding: .imagehash (stored 0%) + zip -g .sonic-boot.swi .imagehash adding: .imagehash (stored 0%) + rm .imagehash + echo SWI_VERSION=42.0.0 ++ date -d '' -u +%Y%m%dT%H%M%SZ + echo BUILD_DATE=20250916T000000Z + echo SWI_MAX_HWEPOCH=2 + echo SWI_VARIANT=US + zip -g target/sonic-aboot-broadcom-dnx.swi version adding: version (deflated 8%) + zip -g .sonic-boot.swi version adding: version (deflated 8%) + rm version + generate_device_list .platforms_asic + local platforms_asic=.platforms_asic + echo -n ++ find -L ./device -maxdepth 2 -mindepth 2 -type d + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/common/profiles/platform_asic ']' + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/common/pddf/platform_asic ']' + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_e3224f-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_e3224f-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic + echo x86_64-nokia_ixr7250e_36x400g-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic + echo x86_64-nokia_ixr7250e_sup-r0 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6356-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6356-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6332-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6332-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6556-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6556-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_seastone-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_seastone-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_midstone-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_midstone-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_silverstone-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_silverstone-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_belgite-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_belgite-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/celestica/x86_64-cel_e1031-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_e1031-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag5648-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag5648-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9064-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9064-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_et-c032if-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_et-c032if-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/delta/x86_64-delta_agc032-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_agc032-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic + echo x86_64-arista_7280cr3k_32p4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx5_64s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx5_64s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic + echo x86_64-arista_7800r3_48cq2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050_qx32/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050_qx32/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_64c/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_64c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_32cd/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_32cd/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic + echo x86_64-arista_7800r3ak_36d2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050dx4_32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050dx4_32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx4_32/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx4_32/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_720dt_48s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_720dt_48s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060x6_64pe/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_64pe/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_common/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_common/platform_asic + echo x86_64-arista_common + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic + echo x86_64-arista_7800r3_48cqm2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050_qx32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050_qx32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060x6_64de/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_64de/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050px4_32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050px4_32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170_32c/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_32c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic + echo x86_64-arista_7280cr3k_32d4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic + echo x86_64-arista_7800r3a_36d2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050cx3_32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050cx3_32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic + echo x86_64-arista_7800r3a_36dm2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060px5_64s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060px5_64s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic + echo x86_64-arista_7280cr3mk_32p4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060_cx32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060_cx32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7170b_64c/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170b_64c/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic + echo x86_64-arista_7280cr3_32p4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800_sup/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800_sup/platform_asic + echo x86_64-arista_7800_sup + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic + echo x86_64-arista_7280cr3_32d4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic + echo x86_64-arista_7280cr3mk_32d4 + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060dx5_32/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx5_32/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic + echo x86_64-arista_7800r3a_36d_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7260cx3_64/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7260cx3_64/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic + echo x86_64-arista_7800r3a_36p_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060px4_32/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060px4_32/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7060cx2_32s/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060cx2_32s/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic + echo x86_64-arista_7800r3ak_36dm2_lc + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/broadcom/x86_64-broadcom_common/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/broadcom/x86_64-broadcom_common/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_minipack-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_minipack-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic + for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d` + '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic ']' + '[' broadcom-dnx = generic ']' + grep -Fxq broadcom-dnx ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic + zip -g target/sonic-aboot-broadcom-dnx.swi .platforms_asic adding: .platforms_asic (deflated 74%) + '[' n = y ']' + echo sonic_fips=0 + zip -g target/sonic-aboot-broadcom-dnx.swi kernel-cmdline-append adding: kernel-cmdline-append (stored 0%) + rm kernel-cmdline-append + zip -g target/sonic-aboot-broadcom-dnx.swi .sonic-boot.swi adding: .sonic-boot.swi (deflated 2%) + rm .sonic-boot.swi + '[' '' = y ']' Build end time: Tue Sep 16 11:43:52 UTC 2025 Elapsed time: 0h 38m 19s