Content

상위 폴더로 이동
Build start time: Fri Jul 4 11:20:52 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
++ : vs
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-vs
++ 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-vs.bin
++ OUTPUT_RAW_IMAGE=target/sonic-vs.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-vs.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-vs.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-vs.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-vs.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ '[' -n fs.squashfs ']'
+ '[' kvm = 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-vs
umount: ./fsroot-vs: not mounted
+ true
+ sudo fuser -vm ./fsroot-vs
                     USER        PID ACCESS COMMAND
/sonic/fsroot-vs:    root     kernel mount /sonic
                     jenkins       1 ..c.. docker-init
                     jenkins       7 ..c.. bash
                     jenkins       8 ..c.. make
                     jenkins    4306 ..c.. bash
                     jenkins    4481 ..c.. bash
                     jenkins    4751 ..c.. bash
                     jenkins    5016 ..c.. docker
                     jenkins    5017 ..c.. process_log.sh
                     jenkins    5054 ..c.. build_debian.sh
                     jenkins    5055 ..c.. process_log.sh
                     root       5067 ..c.. sudo
                     root       5068 f.c.. rm
                     jenkins    5074 ..c.. build_debian.sh
                     jenkins    5075 ..c.. process_log.sh
                     root       5085 ..c.. sudo
+ sudo rm -rf ./fsroot-vs
+ sudo unsquashfs -d ./fsroot-vs target/sonic-vs.img.gz__vs__rfs.squashfs
Parallel unsquashfs: Using 112 processors
34228 inodes (41624 blocks) to write


[===========================================================-] 41624/41624 100%

created 26197 files
created 3689 directories
created 2676 symlinks
created 5351 devices
created 0 fifos
+ pushd ./fsroot-vs
/sonic/fsroot-vs /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-vs mount proc /proc -t proc
+ export build_version=etri-202311.93-1fdbe5ede
+ build_version=etri-202311.93-1fdbe5ede
++ cat ./fsroot-vs/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=vs
+ asic_type=vs
+ export asic_subtype=vs
+ asic_subtype=vs
++ git rev-parse --short HEAD
+ export commit_id=1fdbe5ede
+ commit_id=1fdbe5ede
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202311
+ branch=etri-202311
++ '[' -f ./fsroot-vs/etc/sonic/sonic_release ']'
++ cat ./fsroot-vs/etc/sonic/sonic_release
+ export release=202311
+ release=202311
++ date -u
+ export 'build_date=Fri Jul  4 11:21:16 UTC 2025'
+ build_date='Fri Jul  4 11:21:16 UTC 2025'
+ export build_number=93
+ build_number=93
+ 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-vs/etc/sonic/sonic_version.yml
---
build_version: 'etri-202311.93-1fdbe5ede'
debian_version: '11.11'
kernel_version: '5.10.0-30-2-amd64'
asic_type: vs
asic_subtype: 'vs'
commit_id: '1fdbe5ede'
branch: 'etri-202311'
release: '202311'
build_date: Fri Jul  4 11:21:16 UTC 2025
build_number: 93
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-vs 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-vs/usr
+ FILESYSTEM_ROOT_USR_LIB=./fsroot-vs/usr/lib/
+ FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM=./fsroot-vs/usr/lib//systemd/system
+ FILESYSTEM_ROOT_USR_SHARE=./fsroot-vs/usr/share
+ FILESYSTEM_ROOT_USR_SHARE_SONIC=./fsroot-vs/usr/share/sonic
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_SCRIPTS=./fsroot-vs/usr/share/sonic/scripts
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES=./fsroot-vs/usr/share/sonic/templates
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_FIRMWARE=./fsroot-vs/usr/share/sonic/firmware
+ FILESYSTEM_ROOT_ETC=./fsroot-vs/etc
+ FILESYSTEM_ROOT_ETC_SONIC=./fsroot-vs/etc/sonic
+ GENERATED_SERVICE_FILE=./fsroot-vs/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-vs mount sysfs /sys -t sysfs
+ sudo bash -c 'echo "DOCKER_OPTS="--storage-driver=overlay2"" >> ./fsroot-vs/etc/default/docker'
+ sudo mkdir -p ./fsroot-vs//usr/lib/docker/
+ sudo cp files/docker/docker ./fsroot-vs//usr/lib/docker//docker.sh
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-vs /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-vs apt-get update
Hit:1 https://download.docker.com/linux/debian bullseye InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bullseye InRelease
Get:3 http://debian-archive.trafficmanager.net/debian bullseye-updates InRelease [44.0 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye-backports InRelease [48.9 kB]
Hit:5 http://debian-archive.trafficmanager.net/debian-security bullseye-security InRelease
Fetched 92.9 kB in 1s (73.5 kB/s)
Reading package lists...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install efitools
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  sbsigntool
The following NEW packages will be installed:
  efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 201 kB of archives.
After this operation, 1465 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 sbsigntool amd64 0.9.2-2 [63.5 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 efitools amd64 1.9.2-2~deb11u1 [137 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 201 kB in 1s (394 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sbsigntool.
(Reading database ... 27074 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.2-2_amd64.deb ...
Unpacking sbsigntool (0.9.2-2) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-2~deb11u1_amd64.deb ...
Unpacking efitools (1.9.2-2~deb11u1) ...
Setting up sbsigntool (0.9.2-2) ...
Setting up efitools (1.9.2-2~deb11u1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install mokutil
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  mokutil
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 mokutil amd64 0.6.0-2~deb11u1 [26.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.6 kB in 0s (115 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 27126 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2~deb11u1_amd64.deb ...
Unpacking mokutil (0.6.0-2~deb11u1) ...
Setting up mokutil (0.6.0-2~deb11u1) ...
+ sudo cp files/image_config/environment/environment ./fsroot-vs/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-vs/etc/
+ sudo mkdir -p ./fsroot-vs/etc/sonic/
+ sudo mkdir -p ./fsroot-vs/etc/modprobe.d/
+ sudo mkdir -p ./fsroot-vs/var/cache/sonic/
+ sudo mkdir -p ./fsroot-vs/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-vs/usr/share/sonic/firmware/
+ sudo mkdir -p ./fsroot-vs/usr/lib//systemd/system
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 27132 files and directories currently installed.)
Preparing to unpack .../ifupdown2_3.0.0-1_all.deb ...
Unpacking ifupdown2 (3.0.0-1) ...
Setting up ifupdown2 (3.0.0-1) ...

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

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

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

Successfully installed grpcio-1.39.0 six-1.17.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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 91.6 MB/s eta 0:00:00
Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 84.5 MB/s eta 0:00:00
Installing collected packages: protobuf, grpcio-tools

Successfully installed grpcio-tools-1.39.0 protobuf-3.20.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl
+ SONIC_PY_COMMON_PY3_WHEEL_NAME=sonic_py_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl ./fsroot-vs/sonic_py_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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-vs/sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/libyang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29191 files and directories currently installed.)
Preparing to unpack .../libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/libyang-cpp_1.0.73_amd64.deb
Selecting previously unselected package libyang-cpp.
(Reading database ... 29208 files and directories currently installed.)
Preparing to unpack .../libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/python3-yang_1.0.73_amd64.deb
Selecting previously unselected package python3-yang.
(Reading database ... 29213 files and directories currently installed.)
Preparing to unpack .../python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
Setting up python3-yang (1.0.73) ...
++ basename target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl
+ SONIC_YANG_MODEL_PY3_WHEEL_NAME=sonic_yang_models-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-vs/sonic_yang_models-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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-vs/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-vs/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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=016b13cd16921866bb59d58551f1c3620de79002e5d93892e6b0b5ae80b70bfe
  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=374aaccc1ffc05a0a8412c5154c6382cfe86068bb93f9ff30d0622343f457c18
  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-vs/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install pyangbind==0.8.1
Collecting pyangbind==0.8.1
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pyang (from pyangbind==0.8.1)
  Downloading pyang-2.6.1-py2.py3-none-any.whl.metadata (821 bytes)
Collecting bitarray (from pyangbind==0.8.1)
  Downloading bitarray-3.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting lxml (from pyangbind==0.8.1)
  Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB)
Collecting regex (from pyangbind==0.8.1)
  Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Requirement already satisfied: six in /usr/local/lib/python3.9/dist-packages (from pyangbind==0.8.1) (1.17.0)
Collecting enum34 (from pyangbind==0.8.1)
  Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB)
Downloading bitarray-3.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (305 kB)
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 43.1 MB/s eta 0:00:00
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 68.0 MB/s eta 0:00:00
Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.9/780.9 kB 71.2 MB/s eta 0:00:00
Building wheels for collected packages: pyangbind
  DEPRECATION: Building 'pyangbind' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyangbind'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pyangbind (setup.py): started
  Building wheel for pyangbind (setup.py): finished with status 'done'
  Created wheel for pyangbind: filename=pyangbind-0.8.1-py3-none-any.whl size=47759 sha256=5f7c7371754b38e4e17ec73866a2b5e5313fdca52351e6808afcb7f936d7ae65
  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.4.3 enum34-1.1.10 lxml-6.0.0 pyang-2.6.1 pyangbind-0.8.1 regex-2024.11.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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-vs/sonic_config_engine-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs 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 93.8 MB/s eta 0:00:00
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 78.0 MB/s eta 0:00:00
Building wheels for collected packages: bitarray
  DEPRECATION: Building 'bitarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bitarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for bitarray (setup.py): started
  Building wheel for bitarray (setup.py): finished with status 'done'
  Created wheel for bitarray: filename=bitarray-1.5.3-cp39-cp39-linux_x86_64.whl size=116985 sha256=176dcecf51453dec654e47ff5ca458f148ae7a1fab14d01d962eb82f40b66496
  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.4.3
    Uninstalling bitarray-3.4.3:
      Successfully uninstalled bitarray-3.4.3
  Attempting uninstall: lxml
    Found existing installation: lxml 6.0.0
    Uninstalling lxml-6.0.0:
      Successfully uninstalled lxml-6.0.0

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

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

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

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

Configuration file '/etc/dbus-1/system.d/org.sonic.hostservice.conf', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service → /lib/systemd/system/caclmgrd.service.
Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/timers.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/sonic.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service → /lib/systemd/system/procdockerstatsd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service → /lib/systemd/system/determine-reboot-cause.service.
Created symlink /etc/systemd/system/timers.target.wants/process-reboot-cause.timer → /lib/systemd/system/process-reboot-cause.timer.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Processing triggers for dbus (1.12.28-0+deb11u1) ...
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35545 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-vs apt-get -y install libpam-cracklib
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  cracklib-runtime libcrack2 wamerican
The following NEW packages will be installed:
  cracklib-runtime libcrack2 libpam-cracklib wamerican
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 517 kB of archives.
After this operation, 2003 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 wamerican all 2019.10.06-1 [215 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrack2 amd64 2.9.6-3.4 [56.0 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 cracklib-runtime amd64 2.9.6-3.4 [155 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpam-cracklib amd64 1.4.0-9+deb11u1 [90.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 517 kB in 0s (1087 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package wamerican.
(Reading database ... 49947 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-vs -i target/debs/bullseye/libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 50043 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-vs -i target/debs/bullseye/libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 50051 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-vs -i target/debs/bullseye/libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 50060 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-vs -i target/debs/bullseye/bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 50068 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-vs -i target/debs/bullseye/audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 50073 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-vs 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-vs/etc/nsswitch.conf
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 50082 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-vs -i target/debs/bullseye/libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 50101 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-vs/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ sudo DEBIAN_FRONTEND=noninteractive dpkg --root=./fsroot-vs -i target/debs/bullseye/kdump-tools_1.6.8.4_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 50107 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-vs/etc/default/kdump-tools
++ ls ./fsroot-vs/lib/modules/
+ for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/)
+ sudo LANG=C chroot ./fsroot-vs /etc/kernel/postinst.d/kdump-tools 5.10.0-30-2-amd64
+ sudo LANG=C chroot ./fsroot-vs 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-vs -i target/debs/bullseye/libnl-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 50129 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-vs -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 ... 50139 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-vs -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 ... 50145 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-vs -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 ... 50151 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-vs -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 ... 50157 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-vs -i target/debs/bullseye/libyang_1.0.73_amd64.deb
(Reading database ... 50177 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-vs -i target/debs/bullseye/libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 50177 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-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
The following NEW packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
0 upgraded, 6 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 1194 kB of archives.
After this operation, 4765 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libhiredis0.14 amd64 0.14.1-1 [35.5 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1194 kB in 1s (2120 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 ... 50195 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-vs -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-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 50232 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-vs -i target/debs/bullseye/sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 50246 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-vs -i target/debs/bullseye/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 50249 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-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  liblua5.1-0
The following NEW packages will be installed:
  liblua5.1-0
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 109 kB of archives.
After this operation, 412 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 109 kB in 0s (327 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 ... 50256 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-vs/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-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/sshd_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/systemd_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/kernel_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/dockerd_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/seu_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/zebra_regex.json ./fsroot-vs/etc/rsyslog.d/
+ sudo cp files/build_templates/bgpd_regex.json ./fsroot-vs/etc/rsyslog.d/
+ j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/syncd_events_info.json
+ sudo tee ./fsroot-vs/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-vs/etc/rsyslog.d/
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 50266 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-vs/etc/monit/
+ sudo chmod 600 ./fsroot-vs/etc/monit/monitrc
+ sudo cp files/image_config/monit/conf.d/sonic-host ./fsroot-vs/etc/monit/conf.d/
+ sudo chmod 600 ./fsroot-vs/etc/monit/conf.d/monit_events ./fsroot-vs/etc/monit/conf.d/sonic-host
+ sudo cp files/image_config/monit/container_checker ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/container_checker
+ sudo cp files/image_config/monit/memory_checker ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/memory_checker
+ sudo cp files/image_config/monit/restart_service ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/restart_service
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install smartmontools=7.2-1
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
  smartmontools
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 565 kB of archives.
After this operation, 2168 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 smartmontools amd64 7.2-1 [565 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 565 kB in 0s (1201 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 50309 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-vs -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 ... 50355 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:9o7PsnmHvAXUaozu46WfZ/B5RCWJ/CVWw5KWOfGuiMc root@d759752573bd (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:bnSNqujILU8s1OPYUQ1znU5cZgglnSQemqoc367XtJo root@d759752573bd (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:la0321EWMYVoAf+Fcf/eqohxqlYAuFXW66M7hk/CTIY root@d759752573bd (ED25519)
Running in chroot, ignoring request.
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-vs/etc/cron.d/
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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 11 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 (478 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package ntpdate.
(Reading database ... 50355 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-vs/usr/lib//systemd/system
+ echo ntp-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
ntp-config.service
+ sudo cp files/image_config/ntp/ntp-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/ntp/ntp.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp.keys.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp-systemd-wrapper ./fsroot-vs/usr/lib/ntp/
+ sudo cp files/image_config/ntp/ntp.service ./fsroot-vs/usr/lib//systemd/system
+ echo ntp.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
ntp.service
+ sudo cp files/build_templates/dns.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo LANG=C cp files/image_config/warmboot-finalizer/finalize-warmboot.sh ./fsroot-vs/usr/local/bin/finalize-warmboot.sh
+ sudo LANG=C cp files/image_config/warmboot-finalizer/warmboot-finalizer.service ./fsroot-vs/usr/lib//systemd/system
+ echo warmboot-finalizer.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
warmboot-finalizer.service
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.sh ./fsroot-vs/usr/local/bin/watchdog-control.sh
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.service ./fsroot-vs/usr/lib//systemd/system
+ echo watchdog-control.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
watchdog-control.service
+ sudo cp files/image_config/rsyslog/rsyslog-config.service ./fsroot-vs/usr/lib//systemd/system
+ sudo cp files/image_config/rsyslog/rsyslog-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/rsyslog/rsyslog.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/rsyslog/rsyslog-container.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ j2 files/image_config/rsyslog/rsyslog.d/00-sonic.conf.j2
+ sudo tee ./fsroot-vs/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-vs/etc/rsyslog.d/
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
+ echo rsyslog-config.service
rsyslog-config.service
+ sudo cp files/image_config/containercfgd/containercfgd.conf ./fsroot-vs/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-vs/etc/systemd/system/syslog.socket.d
+ sudo cp files/image_config/syslog/override.conf ./fsroot-vs/etc/systemd/system/syslog.socket.d/override.conf
+ sudo cp files/image_config/syslog/host_umount.sh ./fsroot-vs/usr/bin/
+ sudo LANG=C cp files/image_config/system-health/system-health.service ./fsroot-vs/usr/lib//systemd/system
+ echo system-health.service
+ sudo tee -a ./fsroot-vs/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-vs/etc/logrotate.d/
+ sudo cp files/image_config/logrotate/rsyslog.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/logrotate/logrotate-config.service ./fsroot-vs/usr/lib//systemd/system
+ sudo cp files/image_config/logrotate/logrotate-config.sh ./fsroot-vs/usr/bin/
+ sudo mkdir -p ./fsroot-vs/etc/systemd/system/logrotate.timer.d
+ sudo cp files/image_config/logrotate/timerOverride.conf ./fsroot-vs/etc/systemd/system/logrotate.timer.d/
+ echo logrotate-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
logrotate-config.service
+ sudo cp -f files/image_config/systemd/journald.conf ./fsroot-vs/etc/systemd/
+ sudo cp files/image_config/interfaces/interfaces-config.service ./fsroot-vs/usr/lib//systemd/system
+ sudo cp files/image_config/interfaces/interfaces-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/interfaces/interfaces.j2 ./fsroot-vs/usr/share/sonic/templates/
+ echo interfaces-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
interfaces-config.service
+ sudo cp files/image_config/copp/copp-config.service ./fsroot-vs/usr/lib//systemd/system
+ sudo cp files/image_config/copp/copp-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/copp/copp_cfg.j2 ./fsroot-vs/usr/share/sonic/templates/
+ echo copp-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
copp-config.service
+ sudo cp files/dhcp/dhclient.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ j2 files/dhcp/dhclient.conf.j2
+ sudo tee ./fsroot-vs/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-vs/etc/network/ifupdown2/policy.d
+ sudo cp files/dhcp/90-dhcp6-systcl.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/resolv-config/resolv-config.service ./fsroot-vs/usr/lib//systemd/system
+ sudo cp files/image_config/resolv-config/resolv-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/resolv-config/resolv.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ echo resolv-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
resolv-config.service
+ sudo LANG=C chroot ./fsroot-vs 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-vs/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/resolv-config/update-containers ./fsroot-vs/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/interfaces/init_interfaces ./fsroot-vs/etc/network/interfaces
+ sudo mkdir -p ./fsroot-vs/etc/network/interfaces.d
+ sudo cp files/image_config/systemd/network/99-default.link ./fsroot-vs/etc/systemd/network/
+ sudo cp files/image_config/corefile_uploader/core_uploader.service ./fsroot-vs/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-vs systemctl disable core_uploader.service
+ sudo cp files/image_config/corefile_uploader/core_uploader.py ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/corefile_uploader/core_analyzer.rc.json ./fsroot-vs/etc/sonic/
+ sudo chmod og-rw ./fsroot-vs/etc/sonic/core_analyzer.rc.json
+ sudo cp files/image_config/rasdaemon/rasdaemon.timer ./fsroot-vs/usr/lib//systemd/system
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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-vs 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-vs 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 11 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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 11 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 ... 50368 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-vs/etc/systemd/bootchart.conf
+ [[ amd64 == armhf ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install azure-storage==0.36.0
Collecting azure-storage==0.36.0
  Downloading azure_storage-0.36.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting azure-common>=1.1.5 (from azure-storage==0.36.0)
  Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting azure-nspkg>=2.0.0 (from azure-storage==0.36.0)
  Downloading azure_nspkg-3.0.2-py3-none-any.whl.metadata (1.5 kB)
Requirement already satisfied: cryptography in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (3.3.2)
Collecting python-dateutil (from azure-storage==0.36.0)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.0)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography->azure-storage==0.36.0) (2.22)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2025.6.15)
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-vs 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=2b6767dc48d56dd642973f6b40ea31ec5e55c01b56aa11d786c5ebd36cd9f5d9
  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=2b5435820cac4d0e56346db82cdd8aa2536afe2f45cd1cb8d19df217c542b0a9
  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-vs/usr/local/bin/
+ sudo cp files/build_templates/buffers_config.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/build_templates/qos_config.j2 ./fsroot-vs/usr/share/sonic/templates/
+ '[' -f platform/vs/asic_table.j2 ']'
+ '[' -f platform/vs/peripheral_table.j2 ']'
+ '[' -f platform/vs/zero_profiles.j2 ']'
+ sudo cp files/build_templates/backend_acl.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/hostname/hostname-config.service ./fsroot-vs/usr/lib//systemd/system
+ echo hostname-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
hostname-config.service
+ sudo cp files/image_config/hostname/hostname-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/misc/docker-wait-any ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/topology/topology.service ./fsroot-vs/usr/lib//systemd/system
+ echo topology.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
topology.service
+ sudo cp files/image_config/topology/topology.sh ./fsroot-vs/usr/bin
+ sudo cp files/image_config/config-topology/config-topology.service ./fsroot-vs/usr/lib//systemd/system
+ echo config-topology.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
config-topology.service
+ sudo cp files/image_config/config-topology/config-topology.sh ./fsroot-vs/usr/bin
+ j2 files/build_templates/updategraph.service.j2
+ sudo tee ./fsroot-vs/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-vs/usr/bin/
+ echo updategraph.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
updategraph.service
+ sudo bash -c 'echo enabled=false > ./fsroot-vs/etc/sonic/updategraph.conf'
+ j2 files/build_templates/init_cfg.json.j2
+ sudo tee ./fsroot-vs/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"
        },
        "gbsyncd": {
            "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"
        },
        "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"
        },
        "gbsyncd": {
            "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"
        },
        "gbsyncd": {
            "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-vs/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-vs/usr/bin/config-setup
+ sudo mkdir -p ./fsroot-vs/etc/config-setup
+ sudo cp files/image_config/config-setup/config-setup.conf ./fsroot-vs/etc/config-setup/config-setup.conf
+ echo config-setup.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
config-setup.service
+ sudo LANG=C chroot ./fsroot-vs 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-vs/usr/bin/reset-factory
+ sudo cp files/build_templates/tacacs-config.timer ./fsroot-vs/usr/lib//systemd/system/
+ echo tacacs-config.timer
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
tacacs-config.timer
+ sudo cp files/build_templates/tacacs-config.service ./fsroot-vs/usr/lib//systemd/system/
+ echo tacacs-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
tacacs-config.service
+ j2 files/build_templates/config-chassisdb.service.j2
+ sudo tee ./fsroot-vs/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-vs/usr/bin/config-chassisdb
+ echo config-chassisdb.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
config-chassisdb.service
+ sudo LANG=C chroot ./fsroot-vs 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-vs/usr/lib//systemd/system/backend-acl.service
+ sudo cp files/image_config/backend_acl/backend_acl.py ./fsroot-vs/usr/bin/backend_acl.py
+ echo backend-acl.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
backend-acl.service
+ sudo cp files/image_config/snmp/snmp.yml ./fsroot-vs/etc/sonic/
+ sudo cp files/image_config/constants/constants.yml ./fsroot-vs/etc/sonic/
+ sudo cp files/image_config/sudoers/sudoers ./fsroot-vs/etc/
+ sudo cp files/image_config/sudoers/sudoers.lecture ./fsroot-vs/etc/
+ sudo cp files/image_config/pcie-check/pcie-check.service ./fsroot-vs/usr/lib//systemd/system
+ echo pcie-check.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
pcie-check.service
+ sudo cp files/image_config/pcie-check/pcie-check.sh ./fsroot-vs/usr/bin/
+ sudo tee -a ./fsroot-vs/usr/sbin/policy-rc.d
+ sudo chmod a+x ./fsroot-vs/usr/sbin/policy-rc.d
+ sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 50378 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-vs -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 ... 50381 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-vs -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 ... 50381 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-vs -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 ... 50381 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-vs -i target/debs/bullseye/symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 50381 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-vs -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-vs 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 14 not upgraded.
+ sudo dpkg --root=./fsroot-vs -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 ... 50388 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-vs -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 ... 50388 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-vs -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 ... 50388 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-vs -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 ... 50388 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-vs depmod -a 5.10.0-30-2-amd64
+ sudo rm -f ./fsroot-vs/etc/ssh/ssh_host_ecdsa_key ./fsroot-vs/etc/ssh/ssh_host_ecdsa_key.pub ./fsroot-vs/etc/ssh/ssh_host_ed25519_key ./fsroot-vs/etc/ssh/ssh_host_ed25519_key.pub ./fsroot-vs/etc/ssh/ssh_host_rsa_key ./fsroot-vs/etc/ssh/ssh_host_rsa_key.pub
+ sudo rm -f ./fsroot-vs/usr/sbin/policy-rc.d
+ sudo cp files/image_config/fstrim/fstrim.service files/image_config/fstrim/fstrim.timer ./fsroot-vs/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-vs 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-vs/etc/
+ sudo cp files/image_config/platform/linux_kernel_bde.conf ./fsroot-vs/etc/modprobe.d/
+ sudo tee -a ./fsroot-vs/etc/modules-load.d/modules.conf
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo mount proc /proc -t proc
+ [[ amd64 == armhf ]]
+ sudo mkdir ./fsroot-vs/target
+ sudo mount --bind target ./fsroot-vs/target
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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: d759752573bd
 ID: 9c8a00fc-ed11-4fbf-8ee0-45e175a841be
 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-vs docker load -i target/docker-database.gz
Loaded image: docker-database:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-database:latest docker-database:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-eventd.gz
Loaded image: docker-eventd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-eventd:latest docker-eventd:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-fpm-frr.gz
Loaded image: docker-fpm-frr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-fpm-frr:latest docker-fpm-frr:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-sonic-gnmi.gz
Loaded image: docker-sonic-gnmi:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-sonic-gnmi:latest docker-sonic-gnmi:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-lldp.gz
Loaded image: docker-lldp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-lldp:latest docker-lldp:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-mux.gz
Loaded image: docker-mux:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-mux:latest docker-mux:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-nat.gz
Loaded image: docker-nat:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-nat:latest docker-nat:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-orchagent.gz
Loaded image: docker-orchagent:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-orchagent:latest docker-orchagent:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-platform-monitor.gz
Loaded image: docker-platform-monitor:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-platform-monitor:latest docker-platform-monitor:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-router-advertiser.gz
Loaded image: docker-router-advertiser:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-router-advertiser:latest docker-router-advertiser:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-sflow.gz
Loaded image: docker-sflow:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-sflow:latest docker-sflow:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-snmp.gz
Loaded image: docker-snmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-snmp:latest docker-snmp:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-sonic-mgmt-framework.gz
Loaded image: docker-sonic-mgmt-framework:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-sonic-mgmt-framework:latest docker-sonic-mgmt-framework:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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-vs docker load -i target/docker-teamd.gz
Loaded image: docker-teamd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-teamd:latest docker-teamd:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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 '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-syncd-vs.gz
Loaded image: docker-syncd-vs:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-syncd-vs:latest docker-syncd-vs:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-syncd-vs: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 '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-gbsyncd-vs.gz
Loaded image: docker-gbsyncd-vs:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-gbsyncd-vs:latest docker-gbsyncd-vs:etri-202311.93-1fdbe5ede
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-gbsyncd-vs: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": ""
  }
}
+ SONIC_PACKAGE_MANAGER_FOLDER=/var/lib/sonic-package-manager/
+ sudo mkdir -p ./fsroot-vs//var/lib/sonic-package-manager/
+ target_machine=vs
+ j2 files/build_templates/packages.json.j2
+ sudo tee ./fsroot-vs//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-vs",
        "description": "SONiC syncd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gbsyncd": {
        "repository": "docker-gbsyncd-vs",
        "description": "SONiC gbsyncd 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-vs/usr/share/sonic/templates/docker_image_ctl.j2
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs /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-vs', 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-vs', 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=[]))}
Done.
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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: 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 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': 10083840}, 'progress': '[>                                                  ]  131.1kB/10.08MB', 'id': '5cbb38130dd0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 7864320, 'total': 10083840}, 'progress': '[======================================>            ]  7.864MB/10.08MB', 'id': '5cbb38130dd0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10083840, 'total': 10083840}, 'progress': '[==================================================>]  10.08MB/10.08MB', 'id': '5cbb38130dd0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10083840, 'total': 10083840}, 'progress': '[==================================================>]  10.08MB/10.08MB', 'id': '5cbb38130dd0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': 'b0f6b44bf1a7'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': 'b0f6b44bf1a7'}
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:         '6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e',
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:         'gbsyncd'
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:         'gbsyncd'
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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'mux', 'nat', 'radv', 'sflow', 'lldp', 'bgp'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'swss', 'teamd'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'mux', 'nat', 'radv', 'sflow', 'lldp', 'bgp'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'swss', 'teamd'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs 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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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 sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e
debug: image sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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 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': 29649920}, 'progress': '[>                                                  ]  327.7kB/29.65MB', 'id': '2fdc90330802'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 14745600, 'total': 29649920}, 'progress': '[========================>                          ]  14.75MB/29.65MB', 'id': '2fdc90330802'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 21954560, 'total': 29649920}, 'progress': '[=====================================>             ]  21.95MB/29.65MB', 'id': '2fdc90330802'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29163520, 'total': 29649920}, 'progress': '[=================================================> ]  29.16MB/29.65MB', 'id': '2fdc90330802'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29649920, 'total': 29649920}, 'progress': '[==================================================>]  29.65MB/29.65MB', 'id': '2fdc90330802'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': 'd9806987065f'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': 'd9806987065f'}
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:         'fd931236f7a6a87808ad29705144054544bb0be2ce2912c949bf2711d2447a01',
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:         'gbsyncd'
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:         'gbsyncd'
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:         'gbsyncd'
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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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 sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e
debug: image sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'nat', 'bgp', 'mux', 'lldp', 'sflow', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'nat', 'bgp', 'mux', 'lldp', 'sflow', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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.93-1fdbe5ede', '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-vs:latest
debug: image docker-syncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs:latest
debug: image docker-gbsyncd-vs:latest labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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 sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e
debug: image sha256:6b8605ffd6fb33faf2f14efd2dde4e7035d13f4a59e9aaf34da4be027ef2d70e labels successfully: {'Tag': 'etri-202311.93-1fdbe5ede', '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-vs/target
+ sudo rm -r ./fsroot-vs/target
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-vs /usr/lib/docker//docker.sh stop
Stopping Docker: docker.
+ sudo bash -c 'echo { > ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22database\x22 : \x22docker-database\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22eventd\x22 : \x22docker-eventd\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22bgp\x22 : \x22docker-fpm-frr\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gnmi\x22 : \x22docker-sonic-gnmi\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22lldp\x22 : \x22docker-lldp\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mux\x22 : \x22docker-mux\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22nat\x22 : \x22docker-nat\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22swss\x22 : \x22docker-orchagent\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22pmon\x22 : \x22docker-platform-monitor\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22radv\x22 : \x22docker-router-advertiser\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22sflow\x22 : \x22docker-sflow\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22snmp\x22 : \x22docker-snmp\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mgmt-framework\x22 : \x22docker-sonic-mgmt-framework\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22teamd\x22 : \x22docker-teamd\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-vs\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-vs\x22" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "" >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo } >> ./fsroot-vs/usr/share/sonic/templates/ctr_image_names.json'
+ '[' -f vs_database.sh ']'
+ sudo cp database.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_eventd.sh ']'
+ sudo cp eventd.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_bgp.sh ']'
+ sudo cp bgp.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_gnmi.sh ']'
+ sudo cp gnmi.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_lldp.sh ']'
+ sudo cp lldp.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_mux.sh ']'
+ sudo cp mux.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_nat.sh ']'
+ sudo cp nat.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_swss.sh ']'
+ sudo cp swss.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_pmon.sh ']'
+ sudo cp pmon.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_radv.sh ']'
+ sudo cp radv.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_sflow.sh ']'
+ sudo cp sflow.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_snmp.sh ']'
+ sudo cp snmp.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_mgmt-framework.sh ']'
+ sudo cp mgmt-framework.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_teamd.sh ']'
+ sudo cp teamd.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_syncd.sh ']'
+ sudo cp syncd.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_gbsyncd.sh ']'
+ sudo cp gbsyncd.sh ./fsroot-vs/usr/bin/
+ '[' -f database.service ']'
+ sudo cp database.service ./fsroot-vs/usr/lib//systemd/system
+ echo database.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database.service
+ '[' -f database@.service ']'
+ sudo cp database@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=database@.service
+ SINGLE_INSTANCE=database.service
+ sudo cp database.service ./fsroot-vs/usr/lib//systemd/system
+ echo database@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database@.service
+ '[' -f database-chassis.service ']'
+ sudo cp database-chassis.service ./fsroot-vs/usr/lib//systemd/system
+ echo database-chassis.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database-chassis.service
+ '[' -f eventd.service ']'
+ sudo cp eventd.service ./fsroot-vs/usr/lib//systemd/system
+ echo eventd.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
eventd.service
+ '[' -f bgp@.service ']'
+ sudo cp bgp@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=bgp@.service
+ SINGLE_INSTANCE=bgp.service
+ sudo cp bgp.service ./fsroot-vs/usr/lib//systemd/system
+ echo bgp@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
bgp@.service
+ '[' -f gnmi.service ']'
+ sudo cp gnmi.service ./fsroot-vs/usr/lib//systemd/system
+ echo gnmi.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
gnmi.service
+ '[' -f lldp.service ']'
+ sudo cp lldp.service ./fsroot-vs/usr/lib//systemd/system
+ echo lldp.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
lldp.service
+ '[' -f lldp@.service ']'
+ sudo cp lldp@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=lldp@.service
+ SINGLE_INSTANCE=lldp.service
+ sudo cp lldp.service ./fsroot-vs/usr/lib//systemd/system
+ echo lldp@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
lldp@.service
+ '[' -f mux.service ']'
+ sudo cp mux.service ./fsroot-vs/usr/lib//systemd/system
+ echo mux.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
mux.service
+ '[' -f nat.service ']'
+ sudo cp nat.service ./fsroot-vs/usr/lib//systemd/system
+ echo nat.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
nat.service
+ '[' -f swss@.service ']'
+ sudo cp swss@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=swss@.service
+ SINGLE_INSTANCE=swss.service
+ sudo cp swss.service ./fsroot-vs/usr/lib//systemd/system
+ echo swss@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
swss@.service
+ '[' -f pmon.service ']'
+ sudo cp pmon.service ./fsroot-vs/usr/lib//systemd/system
+ echo pmon.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
pmon.service
+ '[' -f radv.service ']'
+ sudo cp radv.service ./fsroot-vs/usr/lib//systemd/system
+ echo radv.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
radv.service
+ '[' -f sflow.service ']'
+ sudo cp sflow.service ./fsroot-vs/usr/lib//systemd/system
+ echo sflow.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
sflow.service
+ '[' -f snmp.service ']'
+ sudo cp snmp.service ./fsroot-vs/usr/lib//systemd/system
+ echo snmp.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
snmp.service
+ '[' -f mgmt-framework.service ']'
+ sudo cp mgmt-framework.service ./fsroot-vs/usr/lib//systemd/system
+ echo mgmt-framework.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
mgmt-framework.service
+ '[' -f teamd@.service ']'
+ sudo cp teamd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=teamd@.service
+ SINGLE_INSTANCE=teamd.service
+ sudo cp teamd.service ./fsroot-vs/usr/lib//systemd/system
+ echo teamd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
teamd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-vs/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-vs/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f database.service ']'
+ sudo cp database.service ./fsroot-vs/usr/lib//systemd/system
+ echo database.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database.service
+ '[' -f database@.service ']'
+ sudo cp database@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=database@.service
+ SINGLE_INSTANCE=database.service
+ sudo cp database.service ./fsroot-vs/usr/lib//systemd/system
+ echo database@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database@.service
+ '[' -f database-chassis.service ']'
+ sudo cp database-chassis.service ./fsroot-vs/usr/lib//systemd/system
+ echo database-chassis.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
database-chassis.service
+ '[' -f eventd.service ']'
+ sudo cp eventd.service ./fsroot-vs/usr/lib//systemd/system
+ echo eventd.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
eventd.service
+ '[' -f bgp@.service ']'
+ sudo cp bgp@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=bgp@.service
+ SINGLE_INSTANCE=bgp.service
+ sudo cp bgp.service ./fsroot-vs/usr/lib//systemd/system
+ echo bgp@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
bgp@.service
+ '[' -f gnmi.service ']'
+ sudo cp gnmi.service ./fsroot-vs/usr/lib//systemd/system
+ echo gnmi.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
gnmi.service
+ '[' -f lldp.service ']'
+ sudo cp lldp.service ./fsroot-vs/usr/lib//systemd/system
+ echo lldp.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
lldp.service
+ '[' -f lldp@.service ']'
+ sudo cp lldp@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=lldp@.service
+ SINGLE_INSTANCE=lldp.service
+ sudo cp lldp.service ./fsroot-vs/usr/lib//systemd/system
+ echo lldp@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
lldp@.service
+ '[' -f mux.service ']'
+ sudo cp mux.service ./fsroot-vs/usr/lib//systemd/system
+ echo mux.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
mux.service
+ '[' -f nat.service ']'
+ sudo cp nat.service ./fsroot-vs/usr/lib//systemd/system
+ echo nat.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
nat.service
+ '[' -f swss@.service ']'
+ sudo cp swss@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=swss@.service
+ SINGLE_INSTANCE=swss.service
+ sudo cp swss.service ./fsroot-vs/usr/lib//systemd/system
+ echo swss@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
swss@.service
+ '[' -f pmon.service ']'
+ sudo cp pmon.service ./fsroot-vs/usr/lib//systemd/system
+ echo pmon.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
pmon.service
+ '[' -f radv.service ']'
+ sudo cp radv.service ./fsroot-vs/usr/lib//systemd/system
+ echo radv.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
radv.service
+ '[' -f sflow.service ']'
+ sudo cp sflow.service ./fsroot-vs/usr/lib//systemd/system
+ echo sflow.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
sflow.service
+ '[' -f snmp.service ']'
+ sudo cp snmp.service ./fsroot-vs/usr/lib//systemd/system
+ echo snmp.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
snmp.service
+ '[' -f mgmt-framework.service ']'
+ sudo cp mgmt-framework.service ./fsroot-vs/usr/lib//systemd/system
+ echo mgmt-framework.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
mgmt-framework.service
+ '[' -f teamd@.service ']'
+ sudo cp teamd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=teamd@.service
+ SINGLE_INSTANCE=teamd.service
+ sudo cp teamd.service ./fsroot-vs/usr/lib//systemd/system
+ echo teamd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
teamd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-vs/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-vs/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f iccpd.service ']'
+ sudo LANG=C chroot ./fsroot-vs fuser -km /sys
+ true
+ sudo LANG=C chroot ./fsroot-vs umount -lf /sys
+ sudo LANG=C cp files/scripts/swss.sh ./fsroot-vs/usr/local/bin/swss.sh
+ sudo LANG=C cp files/scripts/syncd.sh ./fsroot-vs/usr/local/bin/syncd.sh
+ sudo LANG=C cp files/scripts/syncd_common.sh ./fsroot-vs/usr/local/bin/syncd_common.sh
+ sudo LANG=C cp files/scripts/gbsyncd.sh ./fsroot-vs/usr/local/bin/gbsyncd.sh
+ sudo LANG=C cp files/scripts/gbsyncd-platform.sh ./fsroot-vs/usr/bin/gbsyncd-platform.sh
+ sudo LANG=C cp files/scripts/bgp.sh ./fsroot-vs/usr/local/bin/bgp.sh
+ sudo LANG=C cp files/scripts/teamd.sh ./fsroot-vs/usr/local/bin/teamd.sh
+ sudo LANG=C cp files/scripts/lldp.sh ./fsroot-vs/usr/local/bin/lldp.sh
+ sudo LANG=C cp files/scripts/radv.sh ./fsroot-vs/usr/local/bin/radv.sh
+ sudo LANG=C cp files/scripts/database.sh ./fsroot-vs/usr/local/bin/database.sh
+ sudo LANG=C cp files/scripts/snmp.sh ./fsroot-vs/usr/local/bin/snmp.sh
+ sudo LANG=C cp files/scripts/telemetry.sh ./fsroot-vs/usr/local/bin/telemetry.sh
+ sudo LANG=C cp files/scripts/gnmi.sh ./fsroot-vs/usr/local/bin/gnmi.sh
+ sudo LANG=C cp files/scripts/mgmt-framework.sh ./fsroot-vs/usr/local/bin/mgmt-framework.sh
+ sudo LANG=C cp files/scripts/asic_status.sh ./fsroot-vs/usr/local/bin/asic_status.sh
+ sudo LANG=C cp files/scripts/asic_status.py ./fsroot-vs/usr/local/bin/asic_status.py
+ sudo LANG=C cp files/scripts/sonic-netns-exec ./fsroot-vs/usr/bin/sonic-netns-exec
+ sudo LANG=C cp files/scripts/write_standby.py ./fsroot-vs/usr/local/bin/write_standby.py
+ sudo LANG=C cp files/scripts/mark_dhcp_packet.py ./fsroot-vs/usr/local/bin/mark_dhcp_packet.py
+ sudo cp files/build_templates/sonic.target ./fsroot-vs/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-vs 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-vs 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 15 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 ... 50388 files and directories currently installed.)
Removing python3-dev (3.9.2-3) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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 14 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 ... 50369 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-vs apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libgirepository1.0-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  libcairo2-dev* libdbus-1-dev* libfontconfig-dev* libfontconfig1-dev*
  libglib2.0-dev* libsystemd-dev* pkg-config*
0 upgraded, 0 newly installed, 7 to remove and 14 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 ... 50043 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-5) ...
Removing libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Removing libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Removing libfontconfig-dev:amd64 (2.13.1-4.2) ...
Removing libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Removing libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Removing pkg-config (0.29.2-1) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
No schema files found: doing nothing.
(Reading database ... 48963 files and directories currently installed.)
Purging configuration files for pkg-config (0.29.2-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get clean -y
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
0 upgraded, 0 newly installed, 104 to remove and 14 not upgraded.
After this operation, 193 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 48962 files and directories currently installed.)
Removing dpkg-dev (1.20.13) ...
Removing bzip2 (1.0.8-4) ...
Removing gnupg (2.2.27-2+deb11u2) ...
Removing gpg-wks-client (2.2.27-2+deb11u2) ...
Removing dirmngr (2.2.27-2+deb11u2) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Removing libcairo-gobject2:amd64 (1.16.0-5) ...
Removing libcairo2:amd64 (1.16.0-5) ...
Removing libfontconfig1:amd64 (2.13.1-4.2) ...
Removing fontconfig-config (2.13.1-4.2) ...
Removing fonts-dejavu-core (2.37-2) ...
Removing g++ (4:10.2.1-1) ...
Removing g++-10 (10.2.1-6) ...
Removing gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Removing gir1.2-packagekitglib-1.0 (1.2.2-2) ...
Removing gnupg-l10n (2.2.27-2+deb11u2) ...
Removing gnupg-utils (2.2.27-2+deb11u2) ...
Removing gpg-wks-server (2.2.27-2+deb11u2) ...
Removing gpg-agent (2.2.27-2+deb11u2) ...
Removing gpgsm (2.2.27-2+deb11u2) ...
Removing python3-software-properties (0.96.20.2-2.1) ...
Removing iso-codes (4.6.0-1) ...
Removing libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b2) ...
Removing python3.9-dev (3.9.2-1+deb11u3) ...
Removing libpython3-dev:amd64 (3.9.2-3) ...
Removing libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Removing libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Removing libpng-dev:amd64 (1.6.37-3) ...
Removing zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Removing uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing python3-pycurl (7.43.0.6-5) ...
Removing libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ...
Removing libdpkg-perl (1.20.13) ...
Removing libglib2.0-bin (2.66.8-1+deb11u6) ...
Removing libglib2.0-data (2.66.8-1+deb11u6) ...
Removing libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Removing libsm-dev:amd64 (2:1.2.3-1) ...
Removing libice-dev:amd64 (2:1.0.10-1) ...
Removing libsm6:amd64 (2:1.2.3-1) ...
Removing libice6:amd64 (2:1.0.10-1) ...
Removing libjs-sphinxdoc (3.4.3-2) ...
Removing libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Removing libjs-underscore (1.9.1~dfsg-3) ...
Removing libksba8:amd64 (1.5.0-3+deb11u2) ...
Removing libnpth0:amd64 (1.6-3) ...
Removing libpackagekit-glib2-18:amd64 (1.2.2-2) ...
Removing libpcre3-dev:amd64 (2:8.39-13) ...
Removing libpcre16-3:amd64 (2:8.39-13) ...
Removing libselinux1-dev:amd64 (3.1-3) ...
Removing libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Removing libpcre32-3:amd64 (2:8.39-13) ...
Removing libpcrecpp0v5:amd64 (2:8.39-13) ...
Removing libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Removing libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Removing libxcb-shm0-dev:amd64 (1.14-3) ...
Removing libxcb-render0-dev:amd64 (1.14-3) ...
Removing libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Removing libstdc++-10-dev:amd64 (10.2.1-6) ...
Removing libxrender-dev:amd64 (1:0.9.10-1) ...
Removing libxrender1:amd64 (1:0.9.10-1) ...
Removing libxext-dev:amd64 (2:1.3.3-1.1) ...
Removing libxext6:amd64 (2:1.3.3-1.1) ...
Removing libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Removing libxcb-shm0:amd64 (1.14-3) ...
Removing libxcb-render0:amd64 (1.14-3) ...
Removing lsb-release (11.1.0) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing pinentry-curses (1.1.0-4) ...
Removing python-pip-whl (20.3.4-4+deb11u1) ...
Removing python3-mako (1.1.3+ds1-2) ...
Removing python3-markdown (3.3.4-1) ...
Removing python3-markupsafe (1.1.1-1+b3) ...
Removing python3-setuptools (52.0.0-4+deb11u2) ...
Removing python3-pkg-resources (52.0.0-4+deb11u2) ...
Removing python3-wheel (0.34.2-1) ...
Removing swig4.0 (4.0.2-1) ...
Removing x11-common (1:7.7+22) ...
Running in chroot, ignoring request.
Removing x11proto-xext-dev (2020.1-1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libc6-dev:amd64 (2.31-13+deb11u13) ...
Removing libc-dev-bin (2.31-13+deb11u13) ...
Removing libcrypt-dev:amd64 (1:4.4.18-4) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libxcb1-dev:amd64 (1.14-3) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Removing libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Removing libx11-data (2:1.7.2-1+deb11u2) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb1:amd64 (1.14-3) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Removing linux-libc-dev:amd64 (5.10.237-1) ...
Removing x11proto-dev (2020.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo cp dockers/docker-database/base_image_files/redis-cli ./fsroot-vs//usr/bin/redis-cli
+ sudo cp dockers/docker-fpm-frr/base_image_files/vtysh ./fsroot-vs//usr/bin/vtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/rvtysh ./fsroot-vs//usr/bin/rvtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSA ./fsroot-vs//usr/bin/TSA
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSB ./fsroot-vs//usr/bin/TSB
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSC ./fsroot-vs//usr/bin/TSC
+ sudo cp dockers/docker-fpm-frr/base_image_files/TS ./fsroot-vs//usr/bin/TS
+ sudo cp dockers/docker-sonic-gnmi/base_image_files/monit_gnmi ./fsroot-vs//etc/monit/conf.d
+ sudo cp dockers/docker-lldp/base_image_files/lldpctl ./fsroot-vs//usr/bin/lldpctl
+ sudo cp dockers/docker-lldp/base_image_files/lldpcli ./fsroot-vs//usr/bin/lldpcli
+ sudo cp dockers/docker-nat/base_image_files/natctl ./fsroot-vs//usr/bin/natctl
+ sudo cp dockers/docker-orchagent/base_image_files/swssloglevel ./fsroot-vs//usr/bin/swssloglevel
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-vs//usr/bin/sensors
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-vs//usr/sbin/iSmart
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-vs//usr/sbin/SmartCmd
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-vs//usr/bin/ethtool
+ sudo cp dockers/docker-sflow/base_image_files/psample ./fsroot-vs//usr/bin/psample
+ sudo cp dockers/docker-sflow/base_image_files/sflowtool ./fsroot-vs//usr/bin/sflowtool
+ sudo cp dockers/docker-snmp/base_image_files/monit_snmp ./fsroot-vs//etc/monit/conf.d
+ sudo cp dockers/docker-sonic-mgmt-framework/base_image_files/sonic-cli ./fsroot-vs//usr/bin/sonic-cli
+ sudo cp dockers/docker-teamd/base_image_files/teamdctl ./fsroot-vs//usr/bin/teamdctl
+ sudo mkdir ./fsroot-vs/etc/sonic/frr
+ sudo touch ./fsroot-vs/etc/sonic/frr/frr.conf
+ sudo touch ./fsroot-vs/etc/sonic/frr/vtysh.conf
+ sudo chown -R 300:300 ./fsroot-vs/etc/sonic/frr
+ sudo chmod -R 640 ./fsroot-vs/etc/sonic/frr/
+ sudo chmod 750 ./fsroot-vs/etc/sonic/frr
+ sudo cp files/build_scripts/mask_disabled_services.py ./fsroot-vs/tmp/
+ sudo chmod a+x ./fsroot-vs/tmp/mask_disabled_services.py
+ sudo LANG=C chroot ./fsroot-vs /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-vs/tmp/mask_disabled_services.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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 14 not upgraded.
+ clean_sys
+ sudo chroot ./fsroot-vs 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-vs -h sonic
Executing SONIC Organization Extensions
SONIC Organization Extensions - Done
+ sudo cp files/image_config/ebtables/ebtables.filter.cfg ./fsroot-vs/etc
+ '[' '' == y ']'
+ sudo LANG=C chroot ./fsroot-vs /bin/bash -c 'mkdir -p /etc/fips'
+ sudo LANG=C chroot ./fsroot-vs /bin/bash -c 'echo 0 > /etc/fips/fips_enable'
+ [[ no_sign == \d\e\v ]]
+ [[ no_sign == \p\r\o\d ]]
+ sudo chroot ./fsroot-vs update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bullseye target ./fsroot-vs
./
./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 14 not upgraded.
+ rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin'
+ [[ ! host-image =~ -slave- ]]
+ rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
+ rm -rf /sonic/target /ssh
+ rm -f '/tmp/*'
+ rm -rf /debs /python-wheels /root/.cache
+ find /
+ grep -E __pycache__
+ xargs rm -rf
find: '/proc/13263/task/13263/net': Invalid argument
find: '/proc/13263/net': Invalid argument
+ 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-vs 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 ... 41267 files and directories currently installed.)
Removing gcc (4:10.2.1-1) ...
+ sudo rm ./fsroot-vs/etc/apt/apt.conf.d/00image-install-eatmydata ./fsroot-vs/usr/local/bin/dpkg
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs 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 ... 41238 files and directories currently installed.)
Removing eatmydata (105-9) ...
+ sudo LANG=C chroot ./fsroot-vs 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 ... 41231 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-vs apt-get autoclean
Reading package lists...
Building dependency tree...
Reading state information...
+ sudo LANG=C chroot ./fsroot-vs apt-get clean
+ sudo LANG=C chroot ./fsroot-vs bash -c 'rm -rf /usr/share/doc/* /usr/share/locale/* /var/lib/apt/lists/* /tmp/*'
+ '[' -n '' ']'
+ sudo LANG=C chroot ./fsroot-vs pip3 cache purge
WARNING: No matching packages
Files removed: 0 (0 bytes)
+ echo '[INFO] Umount all'
[INFO] Umount all
+ sudo LANG=C chroot ./fsroot-vs fuser -vm /proc
                     USER        PID ACCESS COMMAND
/proc:               root     kernel mount /proc
+ sudo LANG=C chroot ./fsroot-vs fuser -km /proc
+ true
+ sudo timeout 15s bash -c 'until LANG=C chroot $0 umount /proc; do sleep 1; done' ./fsroot-vs
+ sudo mkdir ./fsroot-vs/host
+ [[ n == \y ]]
+ sudo rm -f fs.zip fs.squashfs
+ sudo du -hsx ./fsroot-vs
2.7G	./fsroot-vs
+ sudo mkdir -p ./fsroot-vs/var/lib/docker
+ sudo rm -f ./fsroot-vs/etc/resolvconf/resolv.conf.d/original
+ sudo cp files/image_config/resolv-config/resolv.conf.head ./fsroot-vs/etc/resolvconf/resolv.conf.d/head
+ '[' n = y ']'
+ sudo mksquashfs ./fsroot-vs 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.

[===========================================================|] 38213/38213 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 356337.88 Kbytes (347.99 Mbytes)
	26.43% of uncompressed filesystem size (1348380.00 Kbytes)
Inode table size 358631 bytes (350.23 Kbytes)
	22.23% of uncompressed inode table size (1613443 bytes)
Directory table size 403638 bytes (394.18 Kbytes)
	35.84% of uncompressed directory table size (1126121 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
	100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 11750
Number of inodes 50676
Number of files 37993
Number of fragments 682
Number of symbolic links  2389
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 4941
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-vs/boot
++ sudo LANG=C chroot ./fsroot-vs id -g admin
+ gid_user=1000
+ '[' 1000 '!=' 1000 ']'
+ [[ n == y ]]
+ [[ n == y ]]
+ pushd ./fsroot-vs
/sonic/fsroot-vs /sonic
+ sudo tar -I gzip -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-vs
/sonic/fsroot-vs /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-vs 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
++ : vs
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-vs
++ 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-vs.bin
++ OUTPUT_RAW_IMAGE=target/sonic-vs.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-vs.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-vs.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-vs.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-vs.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202311.93-1fdbe5ede
+ '[' kvm = onie ']'
+ '[' kvm = raw ']'
+ '[' kvm = kvm ']'
+ generate_device_list ./installer/platforms_asic
+ local platforms_asic=./installer/platforms_asic
+ echo -n
++ find -L ./device -maxdepth 2 -mindepth 2 -type d
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_common/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic
+ echo x86_64-kvm_x86_64-r0
+ 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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic
+ echo x86_64-kvm_x86_64_6_asic-r0
+ 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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic
+ echo x86_64-kvm_x86_64_4_asic-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./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 ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic
+ generate_onie_installer_image
+ output_file=target/sonic-vs.bin
+ '[' -n '' ']'
+ rm -rf ./installer/platforms/
+ mkdir -p ./installer/platforms/
++ ls ./device
+ for VENDOR in `ls ./device`
++ ls ./device/accton
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54pe-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54te-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5712_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as6712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7116_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7212_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7315_27xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ./installer/platforms/x86_64-accton_as7326_56x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7512_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7726_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ./installer/platforms/x86_64-accton_as7816_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9716_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9726_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_minipack-r0/installer.conf ./installer/platforms/x86_64-accton_minipack-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32qs-r0
+ for VENDOR in `ls ./device`
++ ls ./device/alphanetworks
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_bes2348t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60a0_320fv2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60b0_640f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snj60d0_320f-r0
+ for VENDOR in `ls ./device`
++ ls ./device/arista
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/barefoot
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516bf_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_65x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/broadcom
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ']'
+ cp ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ./installer/platforms/x86_64-bcm_xlr-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/celestica
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_belgite-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_belgite-r0/installer.conf ./installer/platforms/x86_64-cel_belgite-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_e1031-r0/installer.conf ./installer/platforms/x86_64-cel_e1031-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_midstone-r0/installer.conf ./installer/platforms/x86_64-cel_midstone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone-r0/installer.conf ./installer/platforms/x86_64-cel_seastone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ./installer/platforms/x86_64-cel_seastone_2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone-r0
+ for VENDOR in `ls ./device`
++ ls ./device/centec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x2q4z-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x6q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48x8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c_d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ']'
+ cp ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ./installer/platforms/x86_64-ew_es6220_x48q2h4-r0
+ for VENDOR in `ls ./device`
++ ls ./device/cig
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs5435_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_56p-r0
+ for VENDOR in `ls ./device`
++ ls ./device/common
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/dell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_e3224f-r0/installer.conf ./installer/platforms/x86_64-dell_e3224f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ./installer/platforms/x86_64-dell_s6000_s1220-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_s6100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_z9100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248pxe_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248te_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5212f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5224f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5232f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5248f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5296f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9264f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9332f_d1508-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9432f_c3758-r0
+ for VENDOR in `ls ./device`
++ ls ./device/delta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag5648-r0/installer.conf ./installer/platforms/x86_64-delta_ag5648-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v2a-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9064-r0/installer.conf ./installer/platforms/x86_64-delta_ag9064-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_agc032-r0/installer.conf ./installer/platforms/x86_64-delta_agc032-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ./installer/platforms/x86_64-delta_et-6248brb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ./installer/platforms/x86_64-delta_et-c032if-r0
+ for VENDOR in `ls ./device`
++ ls ./device/facebook
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ']'
+ cp ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ./installer/platforms/x86_64-facebook_wedge100-r0
+ for VENDOR in `ls ./device`
++ ls ./device/fs
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/ingrasys
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8810_32q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_64xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9130_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9180_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9200_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9230_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9280_64x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/inventec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ./installer/platforms/x86_64-inventec_d6254qs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ./installer/platforms/x86_64-inventec_d6332-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ./installer/platforms/x86_64-inventec_d6356-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ./installer/platforms/x86_64-inventec_d6556-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7032q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7054q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7264q28b-r0
+ for VENDOR in `ls ./device`
++ ls ./device/juniper
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5200-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5210-r0
+ for VENDOR in `ls ./device`
++ ls ./device/marvell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ./installer/platforms/x86_64-marvell_slm5401_54x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/mellanox
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_lssn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2010-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700_simx-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700a1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2740-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3420-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ./installer/platforms/x86_64-mlnx_x86-r5.0.1400
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn2201-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/mitac
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ']'
+ cp ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ./installer/platforms/x86_64-mitac_ly1200_b32h0_c3-r0
+ for VENDOR in `ls ./device`
++ ls ./device/netberg
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_610-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_710-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_715-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_750-r0
+ for VENDOR in `ls ./device`
++ ls ./device/nokia
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_36x400g-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_sup-r0
+ for VENDOR in `ls ./device`
++ ls ./device/pegatron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ']'
+ cp ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ./installer/platforms/x86_64-pegatron_porsche-r0
+ for VENDOR in `ls ./device`
++ ls ./device/quanta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix1b_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8a_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8c_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix9_bwde-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ragile
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6910-64c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6920-4s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ruijie
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ']'
+ cp ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ./installer/platforms/x86_64-ruijie_b6510-48vs8cq-r0
+ for VENDOR in `ls ./device`
++ ls ./device/supermicro
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ']'
+ cp ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ./installer/platforms/x86_64-supermicro_sse_t7132s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/tencent
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs8400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs9400-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ufispace
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ./installer/platforms/x86_64-ufispace_s6301_56st-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ./installer/platforms/x86_64-ufispace_s7801_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ./installer/platforms/x86_64-ufispace_s8901_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9110_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9300_32d-r0
+ for VENDOR in `ls ./device`
++ ls ./device/virtual
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_4_asic-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_6_asic-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wistron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ./installer/platforms/x86_64-wistron_6512_32r-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ./installer/platforms/x86_64-wistron_sw_to3200k-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wnc
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ']'
+ cp ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ./installer/platforms/x86_64-wnc_osw1800-r0
+ ./onie-mk-demo.sh amd64 vs x86_64-vs-r0 installer platform/vs/platform.conf target/sonic-vs.bin OS etri-202311.93-1fdbe5ede 32768 fs.zip
+ arch=amd64
+ machine=vs
+ platform=x86_64-vs-r0
+ installer_dir=installer
+ platform_conf=platform/vs/platform.conf
+ output_file=target/sonic-vs.bin
+ demo_type=OS
+ image_version=etri-202311.93-1fdbe5ede
+ onie_image_part_size=32768
+ onie_installer_payload=fs.zip
+ cert_file=
+ key_file=
+ shift 9
+ [ ! -d installer ]
+ [ ! -r installer/sharch_body.sh ]
+ [ ! -d installer ]
+ [ ! -r installer/install.sh ]
+ [ -n etri-202311.93-1fdbe5ede ]
+ [ -n 32768 ]
+ [ -r platform/vs/platform.conf ]
+ [ 1 -gt 0 ]
+ tmp_dir=
+ echo -n Building self-extracting install image .
Building self-extracting install image .+ mktemp --directory
+ tmp_dir=/tmp/tmp.QTBfWLFh8E
+ tmp_installdir=/tmp/tmp.QTBfWLFh8E/installer
+ mkdir /tmp/tmp.QTBfWLFh8E/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.QTBfWLFh8E/installer
+ cp onie-image.conf /tmp/tmp.QTBfWLFh8E/installer
+ cp onie-image-amd64.conf /tmp/tmp.QTBfWLFh8E/installer
cp: cannot stat 'onie-image-amd64.conf': No such file or directory
+ [ n = y ]
+ echo
+ sed -e s/[\/&]/\\&/g
+ EXTRA_CMDLINE_LINUX=
+ cat onie-image.conf
+ grep OUTPUT_RAW_IMAGE
+ cut -f2 -d=
+ output_raw_image=target/sonic-$TARGET_MACHINE.raw
+ [ -z vs ]
+ eval echo target/sonic-$TARGET_MACHINE.raw
+ echo target/sonic-vs.raw
+ output_raw_image=target/sonic-vs.raw
+ sed -i -e s/%%DEMO_TYPE%%/OS/g -e s/%%IMAGE_VERSION%%/etri-202311.93-1fdbe5ede/g -e s/%%ONIE_IMAGE_PART_SIZE%%/32768/ -e s/%%EXTRA_CMDLINE_LINUX%%// -e s@%%OUTPUT_RAW_IMAGE%%@target/sonic-vs.raw@ /tmp/tmp.QTBfWLFh8E/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.QTBfWLFh8E/installer
+ echo -n .
.+ [ -r platform/vs/platform.conf ]
+ cp platform/vs/platform.conf /tmp/tmp.QTBfWLFh8E/installer
+ echo machine=vs
+ echo platform=x86_64-vs-r0
+ echo -n .
.+ sharch=/tmp/tmp.QTBfWLFh8E/sharch.tar
+ tar -C /tmp/tmp.QTBfWLFh8E -cf /tmp/tmp.QTBfWLFh8E/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.QTBfWLFh8E/sharch.tar ]
+ cat /tmp/tmp.QTBfWLFh8E/sharch.tar
+ sha1sum
+ awk {print $1}
+ sha1=a31e9c1d3e1461321a8afd57a2803e641005a716
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-vs.bin
+ sed -i -e s/%%IMAGE_SHA1%%/a31e9c1d3e1461321a8afd57a2803e641005a716/ target/sonic-vs.bin
+ echo -n .
.+ wc -c
+ tar_size=819220480
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|819220480| target/sonic-vs.bin
+ cat /tmp/tmp.QTBfWLFh8E/sharch.tar
+ echo secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
+ [ no_sign = dev -o no_sign = prod ]
+ [ no_sign -ne no_sign ]
./onie-mk-demo.sh: 176: [: Illegal number: no_sign
+ rm -rf /tmp/tmp.QTBfWLFh8E
+ echo  Done.
 Done.
+ echo Success:  Demo install image is ready in target/sonic-vs.bin:
Success:  Demo install image is ready in target/sonic-vs.bin:
+ ls -l target/sonic-vs.bin
-rw-r--r-- 1 jenkins gjenkins 819222510 Jul  4 11:27 target/sonic-vs.bin
+ clean_up 0
+ rm -rf /tmp/tmp.QTBfWLFh8E
+ exit 0
+ generate_kvm_image
+ NUM_ASIC=
+ '[' == 4 ']'
./build_image.sh: line 31: [: ==: unary operator expected
+ '[' == 6 ']'
./build_image.sh: line 34: [: ==: unary operator expected
+ KVM_IMAGE=target/sonic-vs.img
+ RECOVERY_ISO=target/files/bullseye/onie-recovery-x86_64-kvm_x86_64-r0.iso
+ NUM_ASIC=1
+ echo 'Build 1-asic KVM image'
Build 1-asic KVM image
+ KVM_IMAGE_DISK=target/sonic-vs.img
+ sudo rm -f target/sonic-vs.img target/sonic-vs.img.gz
+ SONIC_USERNAME=admin
+ PASSWD=YourPaSsWoRd
+ sudo -E ./scripts/build_kvm_image.sh target/sonic-vs.img target/files/bullseye/onie-recovery-x86_64-kvm_x86_64-r0.iso target/sonic-vs.bin 16
+ MEM=8192
+ DISK=target/sonic-vs.img
+ ONIE_RECOVERY_ISO=target/files/bullseye/onie-recovery-x86_64-kvm_x86_64-r0.iso
+ INSTALLER=target/sonic-vs.bin
+ DISK_SIZE=16
+ INSTALLER_DISK=./sonic-installer.img
+ KVM_PORT=9000
+ apt-get install -y net-tools
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  binfmt-support libpfm4 libpython2-dev libpython2.7 libpython2.7-dev
  libz3-dev llvm-11 llvm-11-runtime python2-dev python2.7-dev python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  net-tools
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 250 kB of archives.
After this operation, 1015 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1+deb11u1 [250 kB]
Fetched 250 kB in 0s (567 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 214834 files and directories currently installed.)
Preparing to unpack .../net-tools_1.60+git20181103.0eebece-1+deb11u1_amd64.deb ...
Unpacking net-tools (1.60+git20181103.0eebece-1+deb11u1) ...
Setting up net-tools (1.60+git20181103.0eebece-1+deb11u1) ...
Processing triggers for man-db (2.9.4-2) ...
+ create_disk
+ echo 'Creating SONiC kvm disk : target/sonic-vs.img of size 16 GB'
Creating SONiC kvm disk : target/sonic-vs.img of size 16 GB
+ qemu-img create -f qcow2 target/sonic-vs.img 16G
Formatting 'target/sonic-vs.img', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=17179869184 lazy_refcounts=off refcount_bits=16
+ prepare_installer_disk
+ fallocate -l 4096M ./sonic-installer.img
+ mkfs.vfat ./sonic-installer.img
mkfs.fat 4.2 (2021-01-31)
++ mktemp -d
+ tmpdir=/tmp/tmp.xfWGYY5kiE
+ mount -o loop ./sonic-installer.img /tmp/tmp.xfWGYY5kiE
+ cp target/sonic-vs.bin /tmp/tmp.xfWGYY5kiE/onie-installer.bin
+ umount /tmp/tmp.xfWGYY5kiE
+ echo 'Prepare memory for KVM build: yes'
Prepare memory for KVM build: yes
+ mount proc /proc -t proc
+ free -m
               total        used        free      shared  buff/cache   available
Mem:          515403       26660      344282          63      144459      485014
Swap:           2047        1362         685
+ [[ yes == \y\e\s ]]
+ bash -c 'echo 1 > /proc/sys/vm/drop_caches'
+ [[ -w /proc/sys/vm/compact_memory ]]
+ bash -c 'echo 1 > /proc/sys/vm/compact_memory'
+ free -m
               total        used        free      shared  buff/cache   available
Mem:          515403       26358      471506          63       17537      485315
Swap:           2047        1362         685
++ mktemp
+ kvm_log=/tmp/tmp.ez8sikTwfV
+ trap on_exit EXIT
+ trap on_error ERR
+ echo 'Installing SONiC'
Installing SONiC
+ kvm_pid=35154
+ wait_kvm_ready
+ local count=30
+ local waiting_in_seconds=2.0
+ (( i=1 ))
+ (( i<=30 ))
+ sleep 2.0
+ /usr/bin/kvm -m 8192 -name onie -boot order=cd,once=d -cdrom target/files/bullseye/onie-recovery-x86_64-kvm_x86_64-r0.iso -device e1000,netdev=onienet -netdev user,id=onienet,hostfwd=:0.0.0.0:3041-:22 -vnc 0.0.0.0:0 -vga std -drive file=target/sonic-vs.img,media=disk,if=virtio,index=0 -drive file=./sonic-installer.img,if=virtio,index=1 -serial telnet:127.0.0.1:9000,server
++ date
+ echo 'Fri Jul  4 11:28:04 UTC 2025 [1/30] waiting for the port 9000 ready'
Fri Jul  4 11:28:04 UTC 2025 [1/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ break
+ '[' -d /proc/35154 ']'
+ echo 'to kill kvm:  sudo kill 35154'
to kill kvm:  sudo kill 35154
+ ./install_sonic.py
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
[?25lGNU GRUB  version 2.02


+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line.                            *ONIE: Rescue                                                                ONIE: Embed ONIE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The highlighted entry will be executed automatically in 3s.                 
                                                                                                                                                               ONIE: Rescue                                                               *ONIE: Embed ONIE                                                           [?25hONIE: Embedding ONIE ...

Platform  : x86_64-kvm_x86_64-r0

Version   : master-201811170418

Build Date: 2018-11-17T04:18+00:00

Info: Mounting kernel filesystems... done.
Info: BIOS mode: legacy
Running demonstration platform init pre_arch routines...
Running demonstration platform init post_arch routines...
network_driver: Running demonstration pre_init routines...
network_driver: Running ASIC/SDK init routines...
network_driver: Running demonstration post_init routines...
Info: Using eth0 MAC address: 52:54:00:12:34:56
Info: eth0:  Checking link... up.
Info: Trying DHCPv4 on interface: eth0
ONIE: Using DHCPv4 addr: eth0: 10.0.2.15 / 255.255.255.0
Starting: klogd... done.
Starting: dropbear ssh daemon... done.
Starting: telnetd... done.
discover: ONIE embed mode detected.  Running updater.
Starting: discover... done.

Please press Enter to activate this console. Info: eth0:  Checking link... up.
Info: Trying DHCPv4 on interface: eth0
ONIE: Using DHCPv4 addr: eth0: 10.0.2.15 / 255.255.255.0
ONIE: Starting ONIE Service Discovery
Info: Found static url: file:///lib/onie/onie-updater
ONIE: Executing installer: file:///lib/onie/onie-updater
Verifying image checksum ... OK.
Preparing image archive ... OK.
Success: test_install_sharing mechanism
ONIE: Version       : master-201811170418
ONIE: Architecture  : x86_64
ONIE: Machine       : kvm_x86_64
ONIE: Machine Rev   : 0
ONIE: Config Version: 1
ONIE: Build Date    : 2018-11-17T04:18+00:00
Installing ONIE on: /dev/vda
Pre installation hook
Post installation hook
ONIE: Success: Firmware update URL: file:///lib/onie/onie-updater 
ONIE: Success: Firmware update version: master-201811170418 
ONIE: Rebooting...
discover: ONIE embed mode detected.
Stopping: discover...start-stop-daemon: warning: killing process 697: No such process
 done.
Stopping: dropbear ssh daemon... done.
Stopping: telnetd... done.
Stopping: klogd... done.
Stopping: syslogd... done.
Info: Unmounting kernel filesystems
umount: can't unmount /: Invalid argument

The system is going down NOW!

Sent SIGTERM to all processes

Sent SIGKILL to all processes

Requesting system reboot
reboot: Restarting system
[?25lGNU GRUB  version 2.02


+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line.                            *ONIE: Install OS                                                            ONIE: Rescue                                                                ONIE: Uninstall OS                                                          ONIE: Update ONIE                                                           ONIE: Embed ONIE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The highlighted entry will be executed automatica
lly in 5s.                                                                                                                                                                               [?25hONIE: OS Install Mode ...

Platform  : x86_64-kvm_x86_64-r0

Version   : master-201811170418

Build Date: 2018-11-17T04:18+00:00

Info: Mounting kernel filesystems... done.
Info: Mounting ONIE-BOOT on /mnt/onie-boot ...
Info: BIOS mode: legacy
Running demonstration platform init pre_arch routines...
Running demonstration platform init post_arch routines...
Info: Making NOS install boot mode persistent.
Installing for i386-pc platform.
Installation finished. No error reported.
network_driver: Running demonstration pre_init routines...
network_driver: Running ASIC/SDK init routines...
network_driver: Running demonstration post_init routines...
Info: Using eth0 MAC address: 52:54:00:12:34:56
Info: eth0:  Checking link... up.
Info: Trying DHCPv4 on interface: eth0
ONIE: Using DHCPv4 addr: eth0: 10.0.2.15 / 255.255.255.0
Starting: klogd... done.
Starting: dropbear ssh daemon... done.
Starting: telnetd... done.
discover: installer mode detected.  Running installer.
Starting: discover... done.

Please press Enter to activate this console. Info: eth0:  Checking link... up.
Info: Trying DHCPv4 on interface: eth0
ONIE: Using DHCPv4 addr: eth0: 10.0.2.15 / 255.255.255.0
ONIE: Starting ONIE Service Discovery
Info: Attempting file://dev/vdb/onie-installer-x86_64-kvm_x86_64-r0 ...
Info: Attempting file://dev/vdb/onie-installer-x86_64-kvm_x86_64-r0.bin ...
Info: Attempting file://dev/vdb/onie-installer-x86_64-kvm_x86_64 ...
Info: Attempting file://dev/vdb/onie-installer-x86_64-kvm_x86_64.bin ...
Info: Attempting file://dev/vdb/onie-installer-kvm_x86_64 ...
Info: Attempting file://dev/vdb/onie-installer-kvm_x86_64.bin ...
Info: Attempting file://dev/vdb/onie-installer-x86_64-qemu ...
Info: Attempting file://dev/vdb/onie-installer-x86_64-qemu.bin ...
Info: Attempting file://dev/vdb/onie-installer-x86_64 ...
Info: Attempting file://dev/vdb/onie-installer-x86_64.bin ...
Info: Attempting file://dev/vdb/onie-installer ...
Info: Attempting file://dev/vdb/onie-installer.bin ...
ONIE: Executing installer: file://dev/vdb/onie-installer.bin
Verifying image checksum ... OK.
Preparing image archive ... OK.
Installing SONiC in ONIE
ONIE Installer: platform: x86_64-vs-r0
onie_platform: x86_64-kvm_x86_64-r0
Partition #1 is in use.
Partition #2 is in use.
Partition #3 is available
Creating new SONiC-OS partition /dev/vda3 ...
Could not create partition 3 from 268288 to 67377151
Unable to set partition 3's name to 'SONiC-OS'!
Error encountered; not saving changes.
Warning: The first trial of creating partition failed, trying the largest aligned available block of sectors on the disk
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot.
The operation has completed successfully.
mke2fs 1.42.13 (17-May-2015)
Creating filesystem with 4160763 4k blocks and 1040384 inodes
Filesystem UUID: 1bb3d295-09d5-485c-a121-af07242ead65
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000

Allocating group tables:   0/127       done                            
Writing inode tables:   0/127       done                            
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information:   0/127       done

Installing SONiC to /tmp/tmp.ogrhYH/image-etri-202311.93-1fdbe5ede
Archive:  fs.zip
   creating: boot/
  inflating: boot/vmlinuz-5.10.0-30-2-amd64
  inflating: boot/initrd.img-5.10.0-30-2-amd64
  inflating: boot/config-5.10.0-30-2-amd64
  inflating: boot/System.map-5.10.0-30-2-amd64
  inflating: fs.squashfs
ONIE_IMAGE_PART_SIZE=32768
EXTRA_CMDLINE_LINUX=
ONIE: Unable to find 'Part Number' TLV in EEPROM data.
Success: Support tarball created: /tmp/onie-support-kvm_x86_64.tar.bz2
firmware=bios
Installing for i386-pc platform.
Installation finished. No error reported.
Switch CPU vendor is: GenuineIntel
Switch CPU cstates are: disabled
cp /tmp/tmp.wERkt5 /boot/efi/EFI/debian/grub.cfg
EXTRA_CMDLINE_LINUX=
Installed SONiC base image SONiC-OS successfully
ONIE: NOS install successful: file://dev/vdb/onie-installer.bin
ONIE: Rebooting...
discover: installer mode detected.
Stopping: discover...start-stop-daemon: warning: killing process 436: No such process
 done.
Stopping: dropbear ssh daemon... done.
Stopping: telnetd... done.
Stopping: klogd... done.
Stopping: syslogd... done.
Info: Unmounting kernel filesystems
umount: can't unmount /: Invalid argument

The system is going down NOW!

Sent SIGTERM to all processes

Sent SIGKILL to all processes

Requesting system reboot
reboot: Restarting system
[?25lGNU GRUB  version 2.02


+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line.                            *SONiC-OS-etri-202311.93-1fdbe5ede                                           ONIE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The highlighted entry will be executed automatically in 5s.                 [+ kill 35154
+ echo 'Booting up SONiC'
Booting up SONiC
+ kvm_pid=35265
+ wait_kvm_ready
+ local count=30
+ /usr/bin/kvm -m 8192 -name onie -device e1000,netdev=onienet -netdev user,id=onienet,hostfwd=:0.0.0.0:3041-:22 -vnc 0.0.0.0:0 -vga std -snapshot -drive file=target/sonic-vs.img,media=disk,if=virtio,index=0 -serial telnet:127.0.0.1:9000,server
+ local waiting_in_seconds=2.0
+ (( i=1 ))
+ (( i<=30 ))
+ sleep 2.0
++ date
+ echo 'Fri Jul  4 11:29:46 UTC 2025 [1/30] waiting for the port 9000 ready'
Fri Jul  4 11:29:46 UTC 2025 [1/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ break
+ '[' -d /proc/35265 ']'
+ echo 'to kill kvm:  sudo kill 35265'
to kill kvm:  sudo kill 35265
+ ./check_install.py -u admin -P YourPaSsWoRd -p 9000
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
[?25lGNU GRUB  version 2.02


+----------------------------------------------------------------------------+||||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line.                            *SONiC-OS-etri-202311.93-1fdbe5ede                                           ONIE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The highlighted entry will be executed automatically in 5s.                 
                                                                                                                                                              [?25hLoading SONiC-OS OS kernel ...

Loading SONiC-OS OS initial ramdisk ...

tune2fs 1.46.2 (28-Feb-2021)
Setting reserved blocks percentage to 0% (0 blocks)
Setting reserved blocks count to 0
[    5.589576] rc.local[368]: + cat /etc/sonic/sonic_version.yml
[    5.609548] rc.local[373]: + grep build_version
[    5.626303] rc.local[375]: + sed -e s/build_version: //g;s/'//g
[    5.656997] rc.local[356]: + SONIC_VERSION=etri-202311.93-1fdbe5ede
[    5.664839] rc.local[356]: + FIRST_BOOT_FILE=/host/image-etri-202311.93-1fdbe5ede/platform/firsttime
[    5.684411] rc.local[356]: + SONIC_CONFIG_DIR=/host/image-etri-202311.93-1fdbe5ede/sonic-config
[    5.698351] rc.local[356]: + SONIC_ENV_FILE=/host/image-etri-202311.93-1fdbe5ede/sonic-config/sonic-environment
[    5.712785] rc.local[356]: + [ -d /host/image-etri-202311.93-1fdbe5ede/sonic-config -a -f /host/image-etri-202311.93-1fdbe5ede/sonic-config/sonic-environment ]
[    5.732289] rc.local[356]: + logger SONiC version etri-202311.93-1fdbe5ede starting up...
[    6.108497] rc.local[356]: + grub_installation_needed=
[    6.112071] rc.local[356]: + [ ! -e /host/machine.conf ]
[    6.112594] rc.local[356]: + . /host/machine.conf
[    6.113067] rc.local[356]: + onie_arch=x86_64
[    6.113486] rc.local[356]: + onie_bin=
[    6.128110] rc.local[356]: + onie_boot_reason=install
[    6.144153] rc.local[356]: + onie_build_date=2018-11-17T04:18+00:00
[    6.145369] rc.local[356]: + onie_build_machine=kvm_x86_64
[    6.150248] rc.local[356]: + onie_build_platform=x86_64-kvm_x86_64-r0
[    6.173199] rc.local[356]: + onie_config_version=1
[    6.180572] rc.local[356]: + onie_dev=/dev/vda2
[    6.181072] rc.local[356]: + onie_disco_boot_reason=install
[    6.194561] rc.local[356]: + onie_disco_dns=10.0.2.3
[    6.202176] rc.local[356]: + onie_disco_interface=eth0
[    6.208194] rc.local[356]: + onie_disco_ip=10.0.2.15
[    6.224118] rc.local[356]: + onie_disco_lease=86400
[    6.225411] rc.local[356]: + onie_disco_mask=24
[    6.242401] rc.local[356]: + onie_disco_opt53=05
[    6.254325] rc.local[356]: + onie_disco_router=10.0.2.2
[    6.257990] rc.local[356]: + onie_disco_serverid=10.0.2.2
[    6.263403] rc.local[356]: + onie_disco_siaddr=10.0.2.2
[    6.284055] rc.local[356]: + onie_disco_subnet=255.255.255.0
[    6.285885] rc.local[356]: + onie_exec_url=file://dev/vdb/onie-installer.bin
[    6.293649] rc.local[356]: + onie_firmware=auto
[    6.304673] rc.local[356]: + onie_grub_image_name=shimx64.efi
[    6.307626] rc.local[356]: + onie_initrd_tmp=/
[    6.309462] rc.local[356]: + onie_installer=/var/tmp/installer
[    6.317544] rc.local[356]: + onie_kernel_version=4.9.95
[    6.327992] rc.local[356]: + onie_local_parts=
[    6.338455] rc.local[356]: + onie_machine=kvm_x86_64
[    6.341522] rc.local[356]: + onie_machine_rev=0
[    6.344413] rc.local[356]: + onie_neighs=[fe80::2-eth0],
[    6.349453] rc.local[356]: + onie_partition_type=gpt
[    6.363634] rc.local[356]: + onie_platform=x86_64-kvm_x86_64-r0
[    6.374382] rc.local[356]: + onie_root_dir=/mnt/onie-boot/onie
[    6.380581] rc.local[356]: + onie_secure_boot=yes
[    6.400906] rc.local[356]: + onie_skip_ethmgmt_macs=yes
[    6.404210] rc.local[356]: + onie_switch_asic=qemu
[    6.412193] rc.local[356]: + onie_uefi_arch=x64
[    6.414256] rc.local[356]: + onie_uefi_boot_loader=shimx64.efi
[    6.417835] rc.local[356]: + onie_vendor_id=42623
[    6.428433] rc.local[356]: + onie_version=master-201811170418
[    6.431056] rc.local[356]: + program_console_speed
[    6.440884] rc.local[382]: + cat /proc/cmdline
[    6.460330] rc.local[383]: + grep -Eo console=tty(S|AMA)[0-9]+,[0-9]+
[    6.474190] kdump-tools[352]: Starting kdump-tools:
[    6.477720] rc.local[384]: + cut -d , -f2
[    6.480138] kdump-tools[400]: no crashkernel= parameter in the kernel cmdline ...
[    6.488921] kdump-tools[438]:  failed!
[    6.500408] rc.local[356]: + speed=115200
[    6.509850] rc.local[356]: + [ -z 115200 ]
[    6.512081] rc.local[356]: + CONSOLE_SPEED=115200
[    6.514138] rc.local[393]: + grep agetty /lib/systemd/system/serial-getty@.service
[    6.520406] rc.local[396]: + grep keep-baud
[    6.530090] rc.local[396]: ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 %I $TERM
[    6.534507] rc.local[356]: + [ 0 = 0 ]
[    6.540063] rc.local[356]: + sed -i s|\-\-keep\-baud .* %I| 115200 %I|g /lib/systemd/system/serial-getty@.service
[    6.547804] rc.local[356]: + systemctl daemon-reload
[    6.552235] rc.local[356]: + [ -f /host/image-etri-202311.93-1fdbe5ede/platform/firsttime ]
[    6.560059] rc.local[356]: + echo First boot detected. Performing first boot tasks...
[    6.564506] rc.local[356]: First boot detected. Performing first boot tasks...
[    6.569920] rc.local[356]: + [ -n  ]
[    6.572720] rc.local[356]: + [ -n x86_64-kvm_x86_64-r0 ]
[    6.576229] rc.local[356]: + platform=x86_64-kvm_x86_64-r0
[    6.584018] rc.local[356]: + [ -d /host/old_config ]
[    6.585809] rc.local[356]: + [ -f /host/minigraph.xml ]
[    6.597255] rc.local[356]: + [ -n  ]
[    6.598997] rc.local[356]: + touch /tmp/pending_config_initialization
[    6.601297] rc.local[356]: + touch /tmp/notify_firstboot_to_platform
[    6.604361] rc.local[356]: + [ ! -d /host/reboot-cause/platform ]
[    6.606304] rc.local[356]: + mkdir -p /host/reboot-cause/platform
[    6.607997] rc.local[356]: + [ -d /host/image-etri-202311.93-1fdbe5ede/platform/x86_64-kvm_x86_64-r0 ]
[    6.615284] rc.local[356]: + sync
[    6.622049] rc.local[356]: + [ -n x86_64-kvm_x86_64-r0 ]
[    6.627022] rc.local[356]: + [ -n  ]
[    6.629193] rc.local[356]: + mkdir -p /var/platform
[    6.636072] rc.local[356]: + [ -f /etc/default/kdump-tools ]
[    6.638520] rc.local[356]: + sed -i -e s/__PLATFORM__/x86_64-kvm_x86_64-r0/g /etc/default/kdump-tools
[    6.648718] rc.local[356]: + firsttime_exit

[    6.652069] rc.local[356]: + rm -rf /host/image-etri-202311.93-1fdbe5ede/platform/firsttime
[    6.655212] rc.local[356]: + exit 0


Debian GNU/Linux 11 sonic ttyS0

sonic login: admin
admin

Password: YourPaSsWoRd

Linux sonic 5.10.0-30-2-amd64 #1 SMP Debian 5.10.218-1 (2024-06-01) x86_64
You are on
  ____   ___  _   _ _  ____
 / ___| / _ \| \ | (_)/ ___|
 \___ \| | | |  \| | | |
  ___) | |_| | |\  | | |___
 |____/ \___/|_| \_|_|\____|

-- Software for Open Networking in the Cloud --

Unauthorized access and/or use are prohibited.
All access and/or use are subject to monitoring.

Help:    https://sonic-net.github.io/SONiC/

admin@sonic:~$ uptime
show version
uptime
 11:30:07 up 0 min,  1 user,  load average: 1.79, 0.39, 0.13
admin@sonic:~$ show ip bgp sum
show version
show ip bgp sum

SONiC Software Version: SONiC.etri-202311.93-1fdbe5ede
SONiC OS Version: 11
Distribution: Debian 11.11
Kernel: 5.10.0-30-2-amd64
Build commit: 1fdbe5ede
Build date: Fri Jul  4 11:21:16 UTC 2025
Built by: jenkins@w2sh-PowerEdge-R740

Platform: x86_64-kvm_x86_64-r0
HwSKU: Force10-S6000
ASIC: vs
ASIC Count: 1
Serial Number: N/A
Model Number: N/A
Hardware Revision: N/A
Uptime: 11:30:11 up 0 min,  1 user,  load average: 2.61, 0.59, 0.19
Date: Fri 04 Jul 2025 11:30:11

Docker images:
REPOSITORY                    TAG                        IMAGE ID       SIZE
docker-dhcp-relay             latest                     6b8605ffd6fb   309MB
docker-macsec                 latest                     fd931236f7a6   329MB
docker-snmp                   etri-202311.93-1fdbe5ede   d243da00bfea   339MB
docker-snmp                   latest                     d243da00bfea   339MB
docker-platform-monitor       etri-202311.93-1fdbe5ede   44ae742659b1   420MB
docker-platform-monitor       latest                     44ae742659b1   420MB
docker-eventd                 etri-202311.93-1fdbe5ede   1abf788247a6   300MB
docker-eventd                 latest                     1abf788247a6   300MB
docker-teamd                  etri-202311.93-1fdbe5ede   d501e022d8c5   327MB
docker-teamd                  latest                     d501e022d8c5   327MB
docker-sflow                  etri-202311.93-1fdbe5ede   378a969871f1   328MB
docker-sflow                  latest                     378a969871f1   328MB
docker-orchagent              etri-202311.93-1fdbe5ede   a421ee43b26d   338MB
docker-orchagent              latest                     a421ee43b26d   338MB
docker-nat                    etri-202311.93-1fdbe5ede   062b81552a2f   330MB
docker-nat                    latest                     062b81552a2f   330MB
docker-fpm-frr                etri-202311.93-1fdbe5ede   1bfd1aaa82a1   358MB
docker-fpm-frr                latest                     1bfd1aaa82a1   358MB
docker-gbsyncd-vs             etri-202311.93-1fdbe5ede   0987bf7cfd49   312MB
docker-gbsyncd-vs             latest                     0987bf7cfd49   312MB
docker-syncd-vs               etri-202311.93-1fdbe5ede   de20cefbc84f   316MB
docker-syncd-vs               latest                     de20cefbc84f   316MB
docker-lldp                   etri-202311.93-1fdbe5ede   7b5d57e3900d   342MB
docker-lldp                   latest                     7b5d57e3900d   342MB
docker-mux                    etri-202311.93-1fdbe5ede   4e0e6bcb013f   349MB
docker-mux                    latest                     4e0e6bcb013f   349MB
docker-sonic-gnmi             etri-202311.93-1fdbe5ede   a09c31bfa35b   388MB
docker-sonic-gnmi             latest                     a09c31bfa35b   388MB
docker-database               etri-202311.93-1fdbe5ede   7f78b6125b26   300MB
docker-database               latest                     7f78b6125b26   300MB
docker-router-advertiser      etri-202311.93-1fdbe5ede   ed009782ec4e   300MB
docker-router-advertiser      latest                     ed009782ec4e   300MB
docker-sonic-mgmt-framework   etri-202311.93-1fdbe5ede   48dc62980e3c   432MB
docker-sonic-mgmt-framework   latest                     48dc62980e3c   432MB

admin@sonic:~$ show ip bgp sum
Exiting: failed to connect to any daemons.

admin@sonic:~$ sync
sync
admin@sonic:~$ + kill 35265
+ exit 0
+ on_exit
+ rm -f /tmp/tmp.ez8sikTwfV
+ '[' 0 -ne 0 ']'
+ '[' -r target/sonic-vs.img ']'
+ gzip target/sonic-vs.img
+ '[' -r target/sonic-vs.img.gz ']'
+ echo 'The compressed kvm image is in target/sonic-vs.img.gz'
The compressed kvm image is in target/sonic-vs.img.gz
+ '[' n == y ']'
Build end time: Fri Jul 4 11:31:20 UTC 2025
Elapsed time: 0h 10m 28s