Build start time: Thu Oct 30 03:20:52 UTC 2025
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ DOCKER_VERSION=5:24.0.2-1~debian.12~bookworm
+ CONTAINERD_IO_VERSION=1.6.21-1
+ LINUX_KERNEL_VERSION=6.1.0-29-2
+ FILESYSTEM_ROOT=./fsroot
+ PLATFORM_DIR=platform
+ HOSTNAME=sonic
+ DEFAULT_USERINFO='Default admin user,,,'
+ BUILD_TOOL_PATH=src/sonic-build-hooks/buildinfo
+ TRUSTED_GPG_DIR=src/sonic-build-hooks/buildinfo/trusted.gpg.d
+ . ./onie-image.conf
++ : 32768
++ : x86_64
++ : vs
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-vs
++ FILESYSTEM_SQUASHFS=fs.squashfs
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ OUTPUT_ONIE_IMAGE=target/sonic-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
++ OUTPUT_DSC_IMAGE=target/sonic-vs.tar
+ '[' -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 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 6186 ..c.. bash
root 6345 ....m dockerd
root 6422 ....m containerd
jenkins 6888 ..c.. bash
jenkins 7101 ..c.. docker
jenkins 7102 ..c.. process_log.sh
jenkins 12216 ..c.. build_debian.sh
jenkins 12217 ..c.. process_log.sh
root 12225 ..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
33626 inodes (34108 blocks) to write
[=====/ ] 6702/67734 9%
[========/ ] 10282/67734 15%
[===========\ ] 13662/67734 20%
[===============| ] 17610/67734 25%
[===================/ ] 22859/67734 33%
[==========================- ] 30333/67734 44%
[===============================\ ] 36270/67734 53%
[=====================================| ] 42533/67734 62%
[=========================================| ] 48086/67734 70%
[===================================================- ] 58998/67734 87%
[========================================================- ] 65119/67734 96%
[===========================================================\] 67734/67734 100%
created 25913 files
created 3484 directories
created 2357 symlinks
created 5351 devices
created 0 fifos
created 0 sockets
created 5 hardlinks
+ 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-202505.10-392f3b600
+ build_version=etri-202505.10-392f3b600
++ cat ./fsroot-vs/etc/debian_version
+ export debian_version=12.12
+ debian_version=12.12
+ export kernel_version=6.1.0-29-2-amd64
+ kernel_version=6.1.0-29-2-amd64
+ export asic_type=vs
+ asic_type=vs
+ export asic_subtype=vs
+ asic_subtype=vs
++ git rev-parse --short HEAD
+ export commit_id=392f3b600
+ commit_id=392f3b600
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202505
+ branch=etri-202505
++ '[' -f ./fsroot-vs/etc/sonic/sonic_release ']'
++ cat ./fsroot-vs/etc/sonic/sonic_release
+ export release=202505
+ release=202505
++ date -u
+ export 'build_date=Thu Oct 30 03:21:36 UTC 2025'
+ build_date='Thu Oct 30 03:21:36 UTC 2025'
+ export build_number=10
+ build_number=10
+ export built_by=jenkins@w2sh-PowerEdge-R740
+ built_by=jenkins@w2sh-PowerEdge-R740
+ export sonic_os_version=12
+ sonic_os_version=12
+ j2 files/build_templates/sonic_version.yml.j2
+ sudo tee ./fsroot-vs/etc/sonic/sonic_version.yml
---
build_version: 'etri-202505.10-392f3b600'
debian_version: '12.12'
kernel_version: '6.1.0-29-2-amd64'
asic_type: vs
asic_subtype: 'vs'
commit_id: '392f3b600'
branch: 'etri-202505'
release: '202505'
build_date: Thu Oct 30 03:21:36 UTC 2025
build_number: 10
built_by: jenkins@w2sh-PowerEdge-R740
libswsscommon: 1.0.0
sonic_utilities: 1.2
sonic_os_version: 12
secure_boot_image: 'no'
+ '[' -f sonic_debian_extension.sh ']'
+ ./sonic_debian_extension.sh ./fsroot-vs platform bookworm
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
++ '[' -f .platform ']'
++ cat .platform
+ CONFIGURED_PLATFORM=vs
+ . 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_LIB_SYSTEMD_NETWORK=./fsroot-vs/usr/lib//systemd/network
+ 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.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
Starting Docker: docker.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get update
Hit:1 https://download.docker.com/linux/debian bookworm InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bookworm InRelease
Get:3 http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm-backports InRelease [59.4 kB]
Hit:5 http://debian-archive.trafficmanager.net/debian-security bookworm-security InRelease
Fetched 115 kB in 2s (62.6 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 additional packages will be installed:
sbsigntool
The following NEW packages will be installed:
efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 204 kB of archives.
After this operation, 1480 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sbsigntool amd64 0.9.4-3.1 [68.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 efitools amd64 1.9.2-3 [135 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 204 kB in 1s (276 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sbsigntool.
(Reading database ... 26705 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.4-3.1_amd64.deb ...
Unpacking sbsigntool (0.9.4-3.1) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-3_amd64.deb ...
Unpacking efitools (1.9.2-3) ...
Setting up sbsigntool (0.9.4-3.1) ...
Setting up efitools (1.9.2-3) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install mokutil
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
mokutil
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 26.9 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 mokutil amd64 0.6.0-2 [26.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.9 kB in 11s (2369 B/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 26758 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2_amd64.deb ...
Unpacking mokutil (0.6.0-2) ...
Setting up mokutil (0.6.0-2) ...
+ sudo cp files/image_config/environment/environment ./fsroot-vs/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-vs/etc/
+ sudo cp files/image_config/environment/logout_message ./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
+ install_deb_package target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ basename_deb_packages=sonic-nettools_0.0.1-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-nettools_0.0.1-0_amd64.deb
Selecting previously unselected package sonic-nettools.
(Reading database ... 26764 files and directories currently installed.)
Preparing to unpack sonic-nettools_0.0.1-0_amd64.deb ...
Unpacking sonic-nettools (0.0.1-0) ...
Setting up sonic-nettools (0.0.1-0) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-nettools_0.0.1-0_amd64.deb
+ sudo setcap cap_net_raw=+ep ./fsroot-vs/usr/bin/wol
+ sudo bash -c 'echo "d /dev/shm/monit/ 0755 root root" > ./fsroot-vs/etc/tmpfiles.d/tmpfs-monit.conf'
+ sudo bash -c 'echo "d /dev/shm/logrotate/ 0755 root root" > ./fsroot-vs/etc/tmpfiles.d/tmpfs-logrotate.conf'
+ install_deb_package target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ deb_packages=target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ [[ -z target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ basename_deb_packages=ifupdown2_3.0.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 26767 files and directories currently installed.)
Preparing to unpack ifupdown2_3.0.0-1_all.deb ...
Unpacking ifupdown2 (3.0.0-1) ...
Setting up ifupdown2 (3.0.0-1) ...
ifupdown2.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
ifupdown2.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
Created symlink /etc/systemd/system/basic.target.wants/networking.service -> /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/network.target.wants/networking.service -> /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/shutdown.target.wants/networking.service -> /lib/systemd/system/networking.service.
+ cd ./fsroot-vs
+ sudo rm -f ifupdown2_3.0.0-1_all.deb
+ 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 additional packages will be installed:
libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.11-dev
libtirpc-dev linux-libc-dev python3.11-dev rpcsvc-proto zlib1g-dev
Suggested packages:
glibc-doc manpages-dev
Recommended packages:
manpages manpages-dev libc-devtools javascript-common
The following NEW packages will be installed:
libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.11-dev
libtirpc-dev linux-libc-dev python3-dev python3.11-dev rpcsvc-proto
zlib1g-dev
0 upgraded, 16 newly installed, 0 to remove and 6 not upgraded.
Need to get 11.6 MB of archives.
After this operation, 51.8 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u13 [47.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.153-1 [2192 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u13 [1904 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u2 [151 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6+deb12u6 [4742 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3-dev amd64 3.11.2-1+b1 [9572 B]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6+deb12u6 [615 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dev amd64 3.11.2-1+b1 [26.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 11.6 MB in 1s (11.9 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libc-dev-bin.
(Reading database ... 26886 files and directories currently installed.)
Preparing to unpack .../00-libc-dev-bin_2.36-9+deb12u13_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../01-linux-libc-dev_6.1.153-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.153-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../02-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../03-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../05-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../06-libc6-dev_2.36-9+deb12u13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../07-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../08-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../09-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../10-libjs-sphinxdoc_5.3.0-4_all.deb ...
Unpacking libjs-sphinxdoc (5.3.0-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../11-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Selecting previously unselected package libpython3.11-dev:amd64.
Preparing to unpack .../12-libpython3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../13-libpython3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.11.2-1+b1) ...
Selecting previously unselected package python3.11-dev.
Preparing to unpack .../14-python3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking python3.11-dev (3.11.2-6+deb12u6) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../15-python3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking python3-dev (3.11.2-1+b1) ...
Setting up linux-libc-dev:amd64 (6.1.153-1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libc-dev-bin (2.36-9+deb12u13) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up libjs-sphinxdoc (5.3.0-4) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u13) ...
Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Setting up libpython3-dev:amd64 (3.11.2-1+b1) ...
Setting up python3.11-dev (3.11.2-6+deb12u6) ...
Setting up python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install j2cli
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-jinja2 python3-markupsafe python3-yaml
Suggested packages:
python-jinja2-doc
Recommended packages:
python3-babel
The following NEW packages will be installed:
j2cli python3-jinja2 python3-markupsafe python3-yaml
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 268 kB of archives.
After this operation, 1167 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markupsafe amd64 2.1.2-1+b1 [13.2 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-jinja2 all 3.1.2-1+deb12u3 [120 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 j2cli all 0.3.12b-4 [15.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 268 kB in 0s (631 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-markupsafe.
(Reading database ... 28933 files and directories currently installed.)
Preparing to unpack .../python3-markupsafe_2.1.2-1+b1_amd64.deb ...
Unpacking python3-markupsafe (2.1.2-1+b1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../python3-jinja2_3.1.2-1+deb12u3_all.deb ...
Unpacking python3-jinja2 (3.1.2-1+deb12u3) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_6.0-3+b2_amd64.deb ...
Unpacking python3-yaml (6.0-3+b2) ...
Selecting previously unselected package j2cli.
Preparing to unpack .../j2cli_0.3.12b-4_all.deb ...
Unpacking j2cli (0.3.12b-4) ...
Setting up python3-yaml (6.0-3+b2) ...
Setting up python3-markupsafe (2.1.2-1+b1) ...
Setting up python3-jinja2 (3.1.2-1+deb12u3) ...
Setting up j2cli (0.3.12b-4) ...
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install redis==3.5.3
Collecting redis==3.5.3
Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 4.5 MB/s eta 0:00:00
Installing collected packages: redis
Successfully installed redis-3.5.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ basename_pip_wheel=redis_dump_load-1.1-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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.11/dist-packages (from redis-dump-load==1.1) (3.5.3)
Installing collected packages: redis-dump-load
Successfully installed redis-dump-load-1.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f 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 (277 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 10.8 MB/s eta 0:00:00
Installing collected packages: psutil
Successfully installed psutil-7.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install blkinfo
Collecting blkinfo
Downloading blkinfo-0.2.0.tar.gz (7.9 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: blkinfo
Building wheel for blkinfo (setup.py): started
Building wheel for blkinfo (setup.py): finished with status 'done'
Created wheel for blkinfo: filename=blkinfo-0.2.0-py3-none-any.whl size=7665 sha256=1eea31d5aecba2350a933478d5ee9464782ed64cae76c33daf323eeef33ba9a1
Stored in directory: /root/.cache/pip/wheels/bf/db/4f/2a25c37f82ea2114b3fe37f772b48956834073ddf3c9e6265e
Successfully built blkinfo
Installing collected packages: blkinfo
Successfully installed blkinfo-0.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-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
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=e95097f257b3bc59a6eed9647226e7da67a3e97950b8ab4d1427130e7fd1c9bb
Stored in directory: /root/.cache/pip/wheels/1b/f4/54/ce8b4b51b444da2d12c64f5a99b6e4b526f341f803d4c9f5ac
Successfully built ipaddr
Installing collected packages: ipaddr
Successfully installed ipaddr-2.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ [[ amd64 == amd64 ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install grpcio==1.58.0
Collecting grpcio==1.58.0
Downloading grpcio-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 15.7 MB/s eta 0:00:00
Installing collected packages: grpcio
Successfully installed grpcio-1.58.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install grpcio-tools==1.58.0
Collecting grpcio-tools==1.58.0
Downloading grpcio_tools-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 50.5 MB/s eta 0:00:00
Collecting protobuf<5.0dev,>=4.21.6
Downloading protobuf-4.25.6-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 90.0 MB/s eta 0:00:00
Requirement already satisfied: grpcio>=1.58.0 in /usr/local/lib/python3.11/dist-packages (from grpcio-tools==1.58.0) (1.58.0)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from grpcio-tools==1.58.0) (66.1.1)
Installing collected packages: protobuf, grpcio-tools
Successfully installed grpcio-tools-1.58.0 protobuf-4.25.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install smbus2
Collecting smbus2
Downloading smbus2-0.5.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: smbus2
Successfully installed smbus2-0.5.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install telnetlib3
Collecting telnetlib3
Downloading telnetlib3-2.0.4-py2.py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 kB 6.0 MB/s eta 0:00:00
Installing collected packages: telnetlib3
Successfully installed telnetlib3-2.0.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_py_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install sonic_py_common-1.0-py3-none-any.whl
Processing /sonic_py_common-1.0-py3-none-any.whl
Collecting natsort
Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
Collecting pyyaml
Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 18.6 MB/s eta 0:00:00
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3)
Installing collected packages: pyyaml, natsort, sonic-py-common
Attempting uninstall: pyyaml
Found existing installation: PyYAML 6.0
Not uninstalling pyyaml at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'PyYAML'. No files were found to uninstall.
Successfully installed natsort-8.4.0 pyyaml-6.0.1 sonic-py-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ deb_packages='target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb'
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ basename_deb_packages='libyang_1.0.73_amd64.deb
libyang-cpp_1.0.73_amd64.deb
python3-yang_1.0.73_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29051 files and directories currently installed.)
Preparing to unpack libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Selecting previously unselected package libyang-cpp.
Preparing to unpack libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Selecting previously unselected package python3-yang.
Preparing to unpack python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
dpkg: dependency problems prevent configuration of libyang:
libyang depends on libpcre3; however:
Package libpcre3 is not installed.
dpkg: error processing package libyang (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libyang-cpp:
libyang-cpp depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
dpkg: error processing package libyang-cpp (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-yang:
python3-yang depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
python3-yang depends on libyang-cpp (= 1.0.73); however:
Package libyang-cpp is not configured yet.
dpkg: error processing package python3-yang (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Errors were encountered while processing:
libyang
libyang-cpp
python3-yang
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
libpcre3
The following NEW packages will be installed:
libpcre3
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
3 not fully installed or removed.
Need to get 341 kB of archives.
After this operation, 696 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 341 kB in 0s (807 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libpcre3:amd64.
(Reading database ... 29078 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
Setting up libpcre3:amd64 (2:8.39-15) ...
Setting up libyang (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Setting up python3-yang (1.0.73) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
+ install_pip_package target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_yang_models-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_yang_models-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
Processing /sonic_yang_mgmt-1.0-py3-none-any.whl
Collecting ijson==3.2.3
Downloading ijson-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.5/116.5 kB 6.5 MB/s eta 0:00:00
Collecting jsondiff>=1.2.0
Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB)
Collecting jsonpointer>=1.9
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Collecting tabulate==0.9.0
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting xmltodict==0.12.0
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (6.0.1)
Installing collected packages: ijson, xmltodict, tabulate, jsonpointer, jsondiff, sonic-yang-mgmt
Successfully installed ijson-3.2.3 jsondiff-2.2.1 jsonpointer-3.0.0 sonic-yang-mgmt-1.0 tabulate-0.9.0 xmltodict-0.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install pyangbind==0.8.2
Collecting pyangbind==0.8.2
Downloading pyangbind-0.8.2-py3-none-any.whl (51 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.7/51.7 kB 5.0 MB/s eta 0:00:00
Collecting pyang
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 21.9 MB/s eta 0:00:00
Collecting bitarray
Downloading bitarray-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.1/296.1 kB 37.5 MB/s eta 0:00:00
Collecting lxml
Downloading lxml-4.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 79.0 MB/s eta 0:00:00
Collecting regex
Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.7/792.7 kB 79.4 MB/s eta 0:00:00
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting enum34
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Installing collected packages: enum34, bitarray, six, regex, lxml, pyang, pyangbind
Successfully installed bitarray-2.8.1 enum34-1.1.10 lxml-4.9.1 pyang-2.6.1 pyangbind-0.8.2 regex-2024.11.6 six-1.16.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_config_engine-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install sonic_config_engine-1.0-py3-none-any.whl
Processing /sonic_config_engine-1.0-py3-none-any.whl
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (2.8.1)
Collecting ipaddress==1.0.23
Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (4.9.1)
Collecting netaddr==0.8.0
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 39.8 MB/s eta 0:00:00
Requirement already satisfied: pyyaml==6.0.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (6.0.1)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (8.4.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3)
Installing collected packages: netaddr, ipaddress, sonic-config-engine
Successfully installed ipaddress-1.0.23 netaddr-0.8.0 sonic-config-engine-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_config_engine-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_platform_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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: PyYAML in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (6.0.1)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (8.4.0)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (3.5.3)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (2.8.1)
Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0.23)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (4.9.1)
Requirement already satisfied: netaddr==0.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0)
Installing collected packages: sonic-platform-common
Successfully installed sonic-platform-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_platform_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_platform_pddf_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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
Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB)
Installing collected packages: jsonschema, sonic-platform-pddf-common
Successfully installed jsonschema-2.6.0 sonic-platform-pddf-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_platform_pddf_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ basename_pip_wheel=system_health-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install system_health-1.0-py3-none-any.whl
Processing /system_health-1.0-py3-none-any.whl
Requirement already satisfied: docker in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (7.1.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (8.4.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (1.0)
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.31.0)
Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.3.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (1.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->system-health==1.0) (3.5.3)
Installing collected packages: system-health
Successfully installed system-health-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f system_health-1.0-py3-none-any.whl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install python3-m2crypto python3-cryptography python3-cffi python3-nacl
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-cffi-backend python3-ply python3-pycparser
Suggested packages:
python-cryptography-doc python3-cryptography-vectors python-m2crypto-doc
python-nacl-doc python-ply-doc
The following NEW packages will be installed:
python3-cffi python3-cffi-backend python3-cryptography python3-m2crypto
python3-nacl python3-ply python3-pycparser
0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
Need to get 1225 kB of archives.
After this operation, 5933 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-pycparser all 2.21-1 [78.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi all 1.15.1-5 [86.2 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3+deb12u1 [665 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-m2crypto amd64 0.38.0-4+b1 [185 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-nacl amd64 1.5.0-2 [59.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1225 kB in 1s (2204 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-cffi-backend:amd64.
(Reading database ... 29091 files and directories currently installed.)
Preparing to unpack .../0-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../1-python3-ply_3.11-5_all.deb ...
Unpacking python3-ply (3.11-5) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../2-python3-pycparser_2.21-1_all.deb ...
Unpacking python3-pycparser (2.21-1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../3-python3-cffi_1.15.1-5_all.deb ...
Unpacking python3-cffi (1.15.1-5) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../4-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ...
Unpacking python3-cryptography (38.0.4-3+deb12u1) ...
Selecting previously unselected package python3-m2crypto.
Preparing to unpack .../5-python3-m2crypto_0.38.0-4+b1_amd64.deb ...
Unpacking python3-m2crypto (0.38.0-4+b1) ...
Selecting previously unselected package python3-nacl.
Preparing to unpack .../6-python3-nacl_1.5.0-2_amd64.deb ...
Unpacking python3-nacl (1.5.0-2) ...
Setting up python3-ply (3.11-5) ...
Setting up python3-pycparser (2.21-1) ...
Setting up python3-m2crypto (0.38.0-4+b1) ...
Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Setting up python3-cffi (1.15.1-5) ...
Setting up python3-cryptography (38.0.4-3+deb12u1) ...
Setting up python3-nacl (1.5.0-2) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install libffi-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 59.4 kB of archives.
After this operation, 323 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 59.4 kB in 0s (202 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libffi-dev:amd64.
(Reading database ... 29547 files and directories currently installed.)
Preparing to unpack .../libffi-dev_3.4.4-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.4-1) ...
Setting up libffi-dev:amd64 (3.4.4-1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ basename_pip_wheel=sonic_utilities-1.2-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 2.8 MB/s eta 0:00:00
Collecting click-log>=0.3.2
Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Collecting click==7.0
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 761.7 kB/s eta 0:00:00
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (38.0.4)
Collecting docker-image-py>=0.1.10
Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (7.1.0)
Collecting enlighten>=1.8.0
Downloading enlighten-1.13.0-py2.py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 16.6 MB/s eta 0:00:00
Collecting filelock>=3.0.12
Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0.23)
Requirement already satisfied: jinja2>=2.11.3 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (3.1.2)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.2.1)
Collecting jsonpatch>=1.32.0
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (3.0.0)
Collecting lazy-object-proxy
Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.8/69.8 kB 33.8 MB/s eta 0:00:00
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (0.38.0)
Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (8.4.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.8.0)
Collecting netifaces>=0.10.7
Downloading netifaces-0.11.0.tar.gz (30 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting paramiko==2.11.0
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 67.5 MB/s eta 0:00:00
Collecting pexpect>=4.8.0
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 43.5 MB/s eta 0:00:00
Collecting prettyprinter>=0.18.0
Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 30.1 MB/s eta 0:00:00
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (4.25.6)
Collecting pyroute2==0.7.12
Downloading pyroute2-0.7.12-py3-none-any.whl (460 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 460.5/460.5 kB 92.7 MB/s eta 0:00:00
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.31.0)
Collecting scp==0.14.5
Downloading scp-0.14.5-py2.py3-none-any.whl (8.7 kB)
Collecting semantic-version>=2.8.5
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.9.0)
Collecting toposort==1.6
Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.3.0)
Collecting www-authenticate==0.9.2
Downloading www-authenticate-0.9.2.tar.gz (2.4 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities==1.2) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities==1.2) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2024.11.6)
Collecting blessed>=1.17.7
Downloading blessed-1.20.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 34.3 MB/s eta 0:00:00
Collecting prefixed>=0.3.2
Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (6.0.1)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting Pygments>=2.2.0
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 89.1 MB/s eta 0:00:00
Collecting colorful>=0.4.0
Downloading colorful-0.5.6-py2.py3-none-any.whl (201 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.4/201.4 kB 78.6 MB/s eta 0:00:00
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.1.31)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (3.2.3)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1)
Collecting wcwidth>=0.1.4
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Building wheels for collected packages: www-authenticate, netifaces
Building wheel for www-authenticate (setup.py): started
Building wheel for www-authenticate (setup.py): finished with status 'done'
Created wheel for www-authenticate: filename=www_authenticate-0.9.2-py3-none-any.whl size=2915 sha256=4ba8cd91cb4d45bf283da3df3b88830e451cebb02dfefaa5fbc2df263fd12f12
Stored in directory: /root/.cache/pip/wheels/06/49/2f/3fd5a4637570e85f30811a40ec3a87db5f58a490764dd5a728
Building wheel for netifaces (setup.py): started
Building wheel for netifaces (setup.py): finished with status 'done'
Created wheel for netifaces: filename=netifaces-0.11.0-cp311-cp311-linux_x86_64.whl size=34240 sha256=ea795f7d5e5503f2889f4f548be74919cf1cef21509eaada6db917e15b84422e
Stored in directory: /root/.cache/pip/wheels/40/85/29/648c19bbbb5f1d30e33bfb343fd7fb54296b402f7205d8e46f
Successfully built www-authenticate netifaces
Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, colorful, semantic-version, Pygments, pexpect, lazy-object-proxy, jsonpatch, filelock, docker-image-py, click, blessed, bcrypt, prettyprinter, paramiko, enlighten, click-log, scp, sonic-utilities
Successfully installed Pygments-2.19.1 bcrypt-3.2.2 blessed-1.20.0 click-7.0 click-log-0.4.0 colorful-0.5.6 docker-image-py-0.1.13 enlighten-1.13.0 filelock-3.17.0 jsonpatch-1.33 lazy-object-proxy-1.10.0 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pyroute2-0.7.12 scp-0.14.5 semantic-version-2.10.0 sonic-utilities-1.2 toposort-1.6 wcwidth-0.2.13 www-authenticate-0.9.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_utilities-1.2-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ basename_deb_packages=sonic-utilities-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-utilities-data_1.0-1_all.deb
Selecting previously unselected package sonic-utilities-data.
(Reading database ... 29582 files and directories currently installed.)
Preparing to unpack sonic-utilities-data_1.0-1_all.deb ...
Unpacking sonic-utilities-data (1.0-1) ...
dpkg: dependency problems prevent configuration of sonic-utilities-data:
sonic-utilities-data depends on bash-completion; however:
Package bash-completion is not installed.
dpkg: error processing package sonic-utilities-data (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
sonic-utilities-data
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
bash-completion
The following NEW packages will be installed:
bash-completion
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
1 not fully installed or removed.
Need to get 234 kB of archives.
After this operation, 1498 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 234 kB in 0s (551 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bash-completion.
(Reading database ... 29623 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.11-6_all.deb ...
Unpacking bash-completion (1:2.11-6) ...
Setting up bash-completion (1:2.11-6) ...
Setting up sonic-utilities-data (1.0-1) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-utilities-data_1.0-1_all.deb
+ install_deb_package target/debs/bookworm/bash_5.1-2_amd64.deb
+ deb_packages=target/debs/bookworm/bash_5.1-2_amd64.deb
+ [[ -z target/debs/bookworm/bash_5.1-2_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash_5.1-2_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/bash_5.1-2_amd64.deb
+ basename_deb_packages=bash_5.1-2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i bash_5.1-2_amd64.deb
dpkg: warning: downgrading bash from 5.2.15-2+b9 to 5.1-2
(Reading database ... 30390 files and directories currently installed.)
Preparing to unpack bash_5.1-2_amd64.deb ...
Unpacking bash (5.1-2) over (5.2.15-2+b9) ...
Setting up bash (5.1-2) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
Processing triggers for debianutils (5.7-0.5~deb12u1) ...
+ cd ./fsroot-vs
+ sudo rm -f bash_5.1-2_amd64.deb
+ sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-vs/etc/
+ sudo cp -f files/image_config/bash/bash.bash_logout ./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 python3-dbus
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libdpkg-perl libfontconfig-dev libfontconfig1 libfreetype-dev
libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre2-16-0
libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev
libpkgconf3 libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev
libsm-dev libsm6 libstdc++-12-dev libx11-6 libx11-data libx11-dev libxau-dev
libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev
libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6
libxrender-dev libxrender1 make patch pkgconf pkgconf-bin python3-mako
python3-markdown uuid-dev x11-common x11proto-core-dev x11proto-dev xml-core
xorg-sgml-doctools xtrans-dev
Suggested packages:
bzip2-doc debian-keyring g++-multilib g++-12-multilib gcc-12-doc
libcairo2-doc gnupg | sq | sqop | pgpainless-cli git bzr freetype2-doc
libgirepository1.0-doc libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils
libice-doc libsm-doc libstdc++-12-doc libx11-doc libxcb-doc libxext-doc
make-doc ed diffutils-doc python-dbus-doc python-mako-doc python3-beaker
python-markdown-doc debhelper
Recommended packages:
fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl
libfile-fcntllock-perl liblocale-gettext-perl libpng-tools python3-gi
python3-pygments
The following NEW packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libcairo2-dev libdbus-1-dev libdpkg-perl libfontconfig-dev libfontconfig1
libfreetype-dev libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-bin
libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6
libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev libpthread-stubs0-dev
libselinux1-dev libsepol-dev libsm-dev libsm6 libstdc++-12-dev
libsystemd-dev libx11-6 libx11-data libx11-dev libxau-dev libxau6
libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1
libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev
libxrender1 make patch pkg-config pkgconf pkgconf-bin python3-dbus
python3-mako python3-markdown uuid-dev x11-common x11proto-core-dev
x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
0 upgraded, 77 newly installed, 0 to remove and 7 not upgraded.
Need to get 33.1 MB of archives.
After this operation, 137 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14+deb12u1 [2047 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++-12 amd64 12.2.0-14+deb12u1 [10.7 MB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-freedesktop amd64 1.74.0-3 [37.2 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-mako all 1.2.4+ds-1 [81.9 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markdown all 3.4.1-2 [64.7 kB]
Get:17 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gobject-introspection amd64 1.74.0-3 [314 kB]
Get:18 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 uuid-dev amd64 2.38.1-5+deb12u3 [40.0 kB]
Get:19 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libblkid-dev amd64 2.38.1-5+deb12u3 [179 kB]
Get:20 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libbrotli-dev amd64 1.0.9-2+b6 [287 kB]
Get:21 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
Get:22 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:23 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:24 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:25 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:26 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:27 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
Get:28 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:29 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:30 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:31 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:32 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:33 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-gobject2 amd64 1.16.0-7 [112 kB]
Get:34 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-script-interpreter2 amd64 1.16.0-7 [149 kB]
Get:35 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpng-dev amd64 1.6.39-2 [359 kB]
Get:36 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfreetype-dev amd64 2.12.1+dfsg-5+deb12u4 [566 kB]
Get:37 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:38 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:39 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:40 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
Get:41 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig-dev amd64 2.14.1-4 [409 kB]
Get:42 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2+deb12u7 [1209 kB]
Get:43 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2+deb12u7 [112 kB]
Get:44 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev-bin amd64 2.74.6-2+deb12u7 [152 kB]
Get:45 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsepol-dev amd64 3.4-2.1 [351 kB]
Get:46 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
Get:47 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
Get:48 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
Get:49 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
Get:50 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b6 [157 kB]
Get:51 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libmount-dev amd64 2.38.1-5+deb12u3 [22.6 kB]
Get:52 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev amd64 2.74.6-2+deb12u7 [1605 kB]
Get:53 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-dev amd64 0.42.2-1 [564 kB]
Get:54 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:55 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:56 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:57 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:58 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-dev all 2022.1-1 [599 kB]
Get:59 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-core-dev all 2022.1-1 [3528 B]
Get:60 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:61 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:62 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:63 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:64 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:65 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:66 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1-dev amd64 1.15-1 [181 kB]
Get:67 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-dev amd64 2:1.8.4-2+deb12u2 [837 kB]
Get:68 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0-dev amd64 1.15-1 [118 kB]
Get:69 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0-dev amd64 1.15-1 [107 kB]
Get:70 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext-dev amd64 2:1.3.4-1+b1 [107 kB]
Get:71 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender-dev amd64 1:0.9.10-1.1 [41.1 kB]
Get:72 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2-dev amd64 1.16.0-7 [727 kB]
Get:73 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
Get:74 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB]
Get:75 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository1.0-dev amd64 1.74.0-3 [875 kB]
Get:76 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsystemd-dev amd64 252.39-1~deb12u1 [354 kB]
Get:77 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 33.1 MB in 2s (17.7 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bzip2.
(Reading database ... 30388 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-5+b1_amd64.deb ...
Unpacking bzip2 (1.0.8-5+b1) ...
Selecting previously unselected package libstdc++-12-dev:amd64.
Preparing to unpack .../01-libstdc++-12-dev_12.2.0-14+deb12u1_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++-12.
Preparing to unpack .../02-g++-12_12.2.0-14+deb12u1_amd64.deb ...
Unpacking g++-12 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++.
Preparing to unpack .../03-g++_4%3a12.2.0-3_amd64.deb ...
Unpacking g++ (4:12.2.0-3) ...
Selecting previously unselected package make.
Preparing to unpack .../04-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../05-libdpkg-perl_1.21.22_all.deb ...
Unpacking libdpkg-perl (1.21.22) ...
Selecting previously unselected package patch.
Preparing to unpack .../06-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../07-dpkg-dev_1.21.22_all.deb ...
Unpacking dpkg-dev (1.21.22) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../08-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../09-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../10-fontconfig-config_2.14.1-4_amd64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../13-gir1.2-freedesktop_1.74.0-3_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../14-python3-mako_1.2.4+ds-1_all.deb ...
Unpacking python3-mako (1.2.4+ds-1) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../15-python3-markdown_3.4.1-2_all.deb ...
Unpacking python3-markdown (3.4.1-2) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../16-gobject-introspection_1.74.0-3_amd64.deb ...
Unpacking gobject-introspection (1.74.0-3) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../17-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../18-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../19-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../20-libfontconfig1_2.14.1-4_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.1-4) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../21-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../22-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../23-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../24-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../25-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../26-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../27-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../28-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../29-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../30-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../31-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../32-libcairo-gobject2_1.16.0-7_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../33-libcairo-script-interpreter2_1.16.0-7_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../34-libpng-dev_1.6.39-2_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.39-2) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../35-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../36-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../37-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../38-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../39-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../40-libfontconfig-dev_2.14.1-4_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../41-libglib2.0-data_2.74.6-2+deb12u7_all.deb ...
Unpacking libglib2.0-data (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../42-libglib2.0-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../43-libglib2.0-dev-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libsepol-dev:amd64.
Preparing to unpack .../44-libsepol-dev_3.4-2.1_amd64.deb ...
Unpacking libsepol-dev:amd64 (3.4-2.1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../45-libpcre2-16-0_10.42-1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../46-libpcre2-32-0_10.42-1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../47-libpcre2-posix3_10.42-1_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../48-libpcre2-dev_10.42-1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.42-1) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../49-libselinux1-dev_3.4-1+b6_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../50-libmount-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../51-libglib2.0-dev_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../52-libpixman-1-dev_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.42.2-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../53-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../54-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../55-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../56-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../57-x11proto-dev_2022.1-1_all.deb ...
Unpacking x11proto-dev (2022.1-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../58-x11proto-core-dev_2022.1-1_all.deb ...
Unpacking x11proto-core-dev (2022.1-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../59-libice-dev_2%3a1.0.10-1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../60-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../61-libxau-dev_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../62-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../63-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../64-libpthread-stubs0-dev_0.4-1_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../65-libxcb1-dev_1.15-1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.15-1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../66-libx11-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../67-libxcb-render0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../68-libxcb-shm0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../69-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../70-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../71-libcairo2-dev_1.16.0-7_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-7) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../72-xml-core_0.18+nmu1_all.deb ...
Unpacking xml-core (0.18+nmu1) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../73-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Selecting previously unselected package libgirepository1.0-dev.
Preparing to unpack .../74-libgirepository1.0-dev_1.74.0-3_amd64.deb ...
Unpacking libgirepository1.0-dev (1.74.0-3) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../75-libsystemd-dev_252.39-1~deb12u1_amd64.deb ...
Unpacking libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../76-python3-dbus_1.3.2-4+b1_amd64.deb ...
Unpacking python3-dbus (1.3.2-4+b1) ...
Setting up libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up python3-dbus (1.3.2-4+b1) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libpixman-1-dev:amd64 (0.42.2-1) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up libpng-dev:amd64 (1.6.39-2) ...
Setting up x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up bzip2 (1.0.8-5+b1) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libpcre2-16-0:amd64 (10.42-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:amd64 (10.42-1) ...
Setting up libglib2.0-data (2.74.6-2+deb12u7) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libx11-data (2:1.8.4-2+deb12u2) ...
Setting up make (4.3-4.1) ...
Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up python3-markdown (3.4.1-2) ...
Setting up patch (2.7.6-7) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libsepol-dev:amd64 (3.4-2.1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up libdpkg-perl (1.21.22) ...
Setting up libpcre2-posix3:amd64 (10.42-1) ...
Setting up xml-core (0.18+nmu1) ...
Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
Setting up python3-mako (1.2.4+ds-1) ...
Setting up g++-12 (12.2.0-14+deb12u1) ...
Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libpcre2-dev:amd64 (10.42-1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
Setting up fontconfig-config (2.14.1-4) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libglib2.0-bin (2.74.6-2+deb12u7) ...
Setting up dpkg-dev (1.21.22) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ...
Setting up gobject-introspection (1.74.0-3) ...
Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Processing triggers for sgml-base (1.31) ...
Setting up libfontconfig1:amd64 (2.14.1-4) ...
Setting up x11proto-dev (2022.1-1) ...
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libgirepository1.0-dev (1.74.0-3) ...
Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Setting up x11proto-core-dev (2022.1-1) ...
Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Setting up libxcb1-dev:amd64 (1.15-1) ...
Setting up libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libxcb-shm0-dev:amd64 (1.15-1) ...
Setting up libxcb-render0-dev:amd64 (1.15-1) ...
Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
Setting up libcairo2-dev:amd64 (1.16.0-7) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-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.
python3-dbus was already set to manually installed.
gir1.2-glib-2.0 set to manually installed.
libdbus-1-3 set to manually installed.
libgirepository-1.0-1 set to manually installed.
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install systemd-python
Collecting systemd-python
Downloading systemd-python-235.tar.gz (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/61.7 kB 4.6 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: systemd-python
Building wheel for systemd-python (setup.py): started
Building wheel for systemd-python (setup.py): finished with status 'done'
Created wheel for systemd-python: filename=systemd_python-235-cp311-cp311-linux_x86_64.whl size=152997 sha256=407f798a10095b200ae684609460b1d360d68142eca2c6d2b651d403ff8055f0
Stored in directory: /root/.cache/pip/wheels/13/77/24/4266dc1d98e2672f5575d49b15070d5a6274e2e977fbf50146
Successfully built systemd-python
Installing collected packages: systemd-python
Successfully installed systemd-python-235
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install python3-gi
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
python3-gi
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 219 kB of archives.
After this operation, 748 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 219 kB in 0s (516 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-gi.
(Reading database ... 35074 files and directories currently installed.)
Preparing to unpack .../python3-gi_3.42.2-3+b1_amd64.deb ...
Unpacking python3-gi (3.42.2-3+b1) ...
Setting up python3-gi (3.42.2-3+b1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ./fsroot-vs/
++ basename -a target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_host_services-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-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: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.1.2)
Requirement already satisfied: PyGObject in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.42.2)
Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.3.2)
Requirement already satisfied: psutil in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (7.0.0)
Collecting pycairo==1.26.1
Downloading pycairo-1.26.1.tar.gz (346 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.9/346.9 kB 16.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.2)
Requirement already satisfied: systemd-python in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (235)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (8.4.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1)
Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2)
Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0)
Requirement already satisfied: click==7.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0)
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (38.0.4)
Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0)
Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.13.0)
Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.17.0)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0.23)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.2.1)
Requirement already satisfied: jsonpatch>=1.32.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0)
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.10.0)
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.38.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.0)
Requirement already satisfied: netifaces>=0.10.7 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.11.0)
Requirement already satisfied: paramiko==2.11.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.11.0)
Requirement already satisfied: pexpect>=4.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0)
Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0)
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.25.6)
Requirement already satisfied: pyroute2==0.7.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.7.12)
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0)
Requirement already satisfied: scp==0.14.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.14.5)
Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.3.0)
Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/dist-packages (from docker-image-py>=0.1.10->sonic-utilities->sonic-host-services==1.0) (2024.11.6)
Requirement already satisfied: blessed>=1.17.7 in /usr/local/lib/python3.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.20.0)
Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/dist-packages (from pexpect>=4.8.0->sonic-utilities->sonic-host-services==1.0) (0.7.0)
Requirement already satisfied: Pygments>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.1)
Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.6)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (3.2.3)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.11/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13)
Building wheels for collected packages: pycairo
Building wheel for pycairo (pyproject.toml): started
Building wheel for pycairo (pyproject.toml): finished with status 'done'
Created wheel for pycairo: filename=pycairo-1.26.1-cp311-cp311-linux_x86_64.whl size=325471 sha256=3ed434f5e9ed1b6e82afd5bb3eb19fca8d4d0e95743f570dac16fa426f387e9b
Stored in directory: /root/.cache/pip/wheels/1d/66/b0/a9f835ae730434d050c01e59db2f4252c2fe9ea253c71ed9fa
Successfully built pycairo
Installing collected packages: pycairo, sonic-host-services
Successfully installed pycairo-1.26.1 sonic-host-services-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-vs
+ sudo rm -f sonic_host_services-1.0-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ basename_deb_packages=sonic-host-services-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-host-services-data_1.0-1_all.deb
Selecting previously unselected package sonic-host-services-data.
(Reading database ... 35118 files and directories currently installed.)
Preparing to unpack sonic-host-services-data_1.0-1_all.deb ...
Unpacking sonic-host-services-data (1.0-1) ...
Setting up sonic-host-services-data (1.0-1) ...
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service -> /lib/systemd/system/caclmgrd.service.
Unit /lib/systemd/system/caclmgrd.service is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer -> /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer -> /lib/systemd/system/hostcfgd.timer.
Unit /lib/systemd/system/hostcfgd.timer is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/timers.target.wants/featured.timer -> /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/sonic.target.wants/featured.timer -> /lib/systemd/system/featured.timer.
Unit /lib/systemd/system/featured.timer is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer -> /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer -> /lib/systemd/system/aaastatsd.timer.
Unit /lib/systemd/system/aaastatsd.timer is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service -> /lib/systemd/system/procdockerstatsd.service.
Unit /lib/systemd/system/procdockerstatsd.service is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service -> /lib/systemd/system/determine-reboot-cause.service.
Created symlink /etc/systemd/system/multi-user.target.wants/process-reboot-cause.service -> /lib/systemd/system/process-reboot-cause.service.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit mgmt-framework.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit telemetry.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit gnmi.service.
Processing triggers for dbus (1.14.10-1~deb12u1) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-host-services-data_1.0-1_all.deb
+ install_deb_package target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-device-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-device-data_1.0-1_all.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ basename_deb_packages=sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35142 files and directories currently installed.)
Preparing to unpack sonic-device-data_1.0-1_all.deb ...
Unpacking sonic-device-data (1.0-1) ...
Setting up sonic-device-data (1.0-1) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install libpam-pwquality
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libcrack2 libpwquality-common libpwquality1
Recommended packages:
cracklib-runtime
The following NEW packages will be installed:
libcrack2 libpam-pwquality libpwquality-common libpwquality1
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 121 kB of archives.
After this operation, 802 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrack2 amd64 2.9.6-5+b1 [44.0 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality-common all 1.4.5-1 [51.3 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality1 amd64 1.4.5-1+b1 [12.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-pwquality amd64 1.4.5-1+b1 [12.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 121 kB in 0s (280 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libcrack2:amd64.
(Reading database ... 51999 files and directories currently installed.)
Preparing to unpack .../libcrack2_2.9.6-5+b1_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.6-5+b1) ...
Selecting previously unselected package libpwquality-common.
Preparing to unpack .../libpwquality-common_1.4.5-1_all.deb ...
Unpacking libpwquality-common (1.4.5-1) ...
Selecting previously unselected package libpwquality1:amd64.
Preparing to unpack .../libpwquality1_1.4.5-1+b1_amd64.deb ...
Unpacking libpwquality1:amd64 (1.4.5-1+b1) ...
Selecting previously unselected package libpam-pwquality:amd64.
Preparing to unpack .../libpam-pwquality_1.4.5-1+b1_amd64.deb ...
Unpacking libpam-pwquality:amd64 (1.4.5-1+b1) ...
Setting up libpwquality-common (1.4.5-1) ...
Setting up libcrack2:amd64 (2.9.6-5+b1) ...
Setting up libpwquality1:amd64 (1.4.5-1+b1) ...
Setting up libpam-pwquality:amd64 (1.4.5-1+b1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install libnss-ldapd libpam-ldapd ldap-utils
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
nslcd
Suggested packages:
libsasl2-modules libsasl2-modules-gssapi-mit
| libsasl2-modules-gssapi-heimdal kstart
Recommended packages:
nscd nslcd-utils bind9-host | host
The following NEW packages will be installed:
ldap-utils libnss-ldapd libpam-ldapd nslcd
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 399 kB of archives.
After this operation, 1414 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 nslcd amd64 0.9.12-4 [172 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 ldap-utils amd64 2.5.13+dfsg-5 [144 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnss-ldapd amd64 0.9.12-4 [47.3 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-ldapd amd64 0.9.12-4 [35.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 399 kB in 1s (792 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package nslcd.
(Reading database ... 52121 files and directories currently installed.)
Preparing to unpack .../nslcd_0.9.12-4_amd64.deb ...
Unpacking nslcd (0.9.12-4) ...
Selecting previously unselected package ldap-utils.
Preparing to unpack .../ldap-utils_2.5.13+dfsg-5_amd64.deb ...
Unpacking ldap-utils (2.5.13+dfsg-5) ...
Selecting previously unselected package libnss-ldapd:amd64.
Preparing to unpack .../libnss-ldapd_0.9.12-4_amd64.deb ...
Unpacking libnss-ldapd:amd64 (0.9.12-4) ...
Selecting previously unselected package libpam-ldapd:amd64.
Preparing to unpack .../libpam-ldapd_0.9.12-4_amd64.deb ...
Unpacking libpam-ldapd:amd64 (0.9.12-4) ...
Setting up ldap-utils (2.5.13+dfsg-5) ...
Setting up nslcd (0.9.12-4) ...
hostname: Name or service not known
hostname: Name or service not known
adduser: Warning: The home dir /run/nslcd you specified can't be accessed: No such file or directory
Adding system user `nslcd' (UID 105) ...
Adding new group `nslcd' (GID 112) ...
Adding new user `nslcd' (UID 105) with group `nslcd' ...
Not creating home directory `/run/nslcd'.
Running in chroot, ignoring request.
Setting up libpam-ldapd:amd64 (0.9.12-4) ...
Setting up libnss-ldapd:amd64 (0.9.12-4) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C chroot ./fsroot-vs sed -i '/# Required-Start:/ s/$/ networking.service/' /etc/init.d/nslcd
+ sudo LANG=C chroot ./fsroot-vs systemctl stop nslcd.service
Running in chroot, ignoring command 'stop'
+ sudo LANG=C chroot ./fsroot-vs systemctl mask nslcd.service
Created symlink /etc/systemd/system/nslcd.service -> /dev/null.
+ install_deb_package target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ basename_deb_packages=libtac2_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 52182 files and directories currently installed.)
Preparing to unpack libtac2_1.4.1-1_amd64.deb ...
Unpacking libtac2 (1.4.1-1) ...
Setting up libtac2 (1.4.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libtac2_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-tacplus_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 52190 files and directories currently installed.)
Preparing to unpack libpam-tacplus_1.4.1-1_amd64.deb ...
Unpacking libpam-tacplus (1.4.1-1) ...
Setting up libpam-tacplus (1.4.1-1) ...
+ cd ./fsroot-vs
+ sudo rm -f libpam-tacplus_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ basename_deb_packages=libnss-tacplus_1.0.4-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 52199 files and directories currently installed.)
Preparing to unpack libnss-tacplus_1.0.4-1_amd64.deb ...
Unpacking libnss-tacplus (1.0.4-1) ...
Setting up libnss-tacplus (1.0.4-1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnss-tacplus_1.0.4-1_amd64.deb
+ install_deb_package target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ basename_deb_packages=bash-tacplus_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 52207 files and directories currently installed.)
Preparing to unpack bash-tacplus_1.0.0_amd64.deb ...
Unpacking bash-tacplus (1.0.0) ...
Setting up bash-tacplus (1.0.0) ...
+ cd ./fsroot-vs
+ sudo rm -f bash-tacplus_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ deb_packages=target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ [[ -z target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ basename_deb_packages=audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 52212 files and directories currently installed.)
Preparing to unpack audisp-tacplus_1.0.2_amd64.deb ...
Unpacking audisp-tacplus (1.0.2) ...
Setting up audisp-tacplus (1.0.2) ...
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'restart'
+ cd ./fsroot-vs
+ sudo rm -f audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C chroot ./fsroot-vs pam-auth-update --remove tacplus ldap
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
+ sudo sed -i -e '/^passwd/s/ tacplus//' ./fsroot-vs/etc/nsswitch.conf
+ install_deb_package target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-radius-auth_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 52221 files and directories currently installed.)
Preparing to unpack libpam-radius-auth_1.4.1-1_amd64.deb ...
Unpacking libpam-radius-auth (1.4.1-1) ...
Setting up libpam-radius-auth (1.4.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libpam-radius-auth_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ basename_deb_packages=libnss-radius_1.0.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 52240 files and directories currently installed.)
Preparing to unpack libnss-radius_1.0.1-1_amd64.deb ...
Unpacking libnss-radius:amd64 (1.0.1-1) ...
Setting up libnss-radius:amd64 (1.0.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnss-radius_1.0.1-1_amd64.deb
+ sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-vs/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ install_deb_package target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ deb_packages=target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ [[ -z target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ basename_deb_packages=kdump-tools_1.8.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i kdump-tools_1.8.1_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 52246 files and directories currently installed.)
Preparing to unpack kdump-tools_1.8.1_amd64.deb ...
Unpacking kdump-tools (1:1.8.1) ...
Setting up kdump-tools (1:1.8.1) ...
Creating config file /etc/default/kdump-tools with new version
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/basic.target.wants/kdump-tools.service -> /lib/systemd/system/kdump-tools.service.
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-29-2-amd64
+ cd ./fsroot-vs
+ sudo rm -f kdump-tools_1.8.1_amd64.deb
+ 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 6.1.0-29-2-amd64
+ sudo LANG=C chroot ./fsroot-vs kdump-config symlinks 6.1.0-29-2-amd64
Creating symlink /var/lib/kdump/vmlinuz.
Creating symlink /var/lib/kdump/initrd.img.
+ install_deb_package target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 52268 files and directories currently installed.)
Preparing to unpack libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-genl-3-200:amd64.
(Reading database ... 52278 files and directories currently installed.)
Preparing to unpack libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-route-3-200:amd64.
(Reading database ... 52284 files and directories currently installed.)
Preparing to unpack libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-nf-3-200:amd64.
(Reading database ... 52290 files and directories currently installed.)
Preparing to unpack libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-cli-3-200:amd64.
(Reading database ... 52296 files and directories currently installed.)
Preparing to unpack libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb
+ deb_packages=target/debs/bookworm/libyang_1.0.73_amd64.deb
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb
+ basename_deb_packages=libyang_1.0.73_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libyang_1.0.73_amd64.deb
(Reading database ... 52316 files and directories currently installed.)
Preparing to unpack libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) over (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libyang_1.0.73_amd64.deb
+ install_deb_package target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ basename_deb_packages=libswsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 52316 files and directories currently installed.)
Preparing to unpack libswsscommon_1.0.0_amd64.deb ...
Unpacking libswsscommon (1.0.0) ...
dpkg: dependency problems prevent configuration of libswsscommon:
libswsscommon depends on libboost-serialization1.74.0 (>= 1.74.0+ds1); however:
Package libboost-serialization1.74.0 is not installed.
libswsscommon depends on libhiredis0.14 (>= 0.14.0); however:
Package libhiredis0.14 is not installed.
libswsscommon depends on libzmq5 (>= 4.0.1+dfsg); however:
Package libzmq5 is not installed.
dpkg: error processing package libswsscommon (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Errors were encountered while processing:
libswsscommon
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
The following NEW packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
0 upgraded, 5 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 1009 kB of archives.
After this operation, 4316 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libboost-serialization1.74.0 amd64 1.74.0+ds1-21 [317 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libhiredis0.14 amd64 0.14.1-3 [35.9 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libzmq5 amd64 4.3.4-6 [273 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1009 kB in 1s (1746 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 ... 52334 files and directories currently installed.)
Preparing to unpack .../libboost-serialization1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libhiredis0.14:amd64.
Preparing to unpack .../libhiredis0.14_0.14.1-3_amd64.deb ...
Unpacking libhiredis0.14:amd64 (0.14.1-3) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../libnorm1_1.5.9+dfsg-2_amd64.deb ...
Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
Selecting previously unselected package libpgm-5.3-0:amd64.
Preparing to unpack .../libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Selecting previously unselected package libzmq5:amd64.
Preparing to unpack .../libzmq5_4.3.4-6_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.4-6) ...
Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
Setting up libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
Setting up libhiredis0.14:amd64 (0.14.1-3) ...
Setting up libzmq5:amd64 (4.3.4-6) ...
Setting up libswsscommon (1.0.0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libswsscommon_1.0.0_amd64.deb
+ install_deb_package
+ deb_packages=
+ [[ -z '' ]]
+ return
+ install_deb_package target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ basename_deb_packages=python3-swsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 52362 files and directories currently installed.)
Preparing to unpack python3-swsscommon_1.0.0_amd64.deb ...
Unpacking python3-swsscommon (1.0.0) ...
Setting up python3-swsscommon (1.0.0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f python3-swsscommon_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ basename_deb_packages=sonic-db-cli_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 52376 files and directories currently installed.)
Preparing to unpack sonic-db-cli_1.0.0_amd64.deb ...
Unpacking sonic-db-cli (1.0.0) ...
Setting up sonic-db-cli (1.0.0) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-db-cli_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ basename_deb_packages=sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 52379 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 additional packages will be installed:
liblua5.1-0
The following NEW packages will be installed:
liblua5.1-0
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 111 kB of archives.
After this operation, 435 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 liblua5.1-0 amd64 5.1.5-9 [111 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 111 kB in 0s (312 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 ... 52386 files and directories currently installed.)
Preparing to unpack .../liblua5.1-0_5.1.5-9_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-9) ...
Setting up liblua5.1-0:amd64 (5.1.5-9) ...
Setting up sonic-rsyslog-plugin (1.0.0-0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ install_deb_package target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ deb_packages=target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ [[ -z target/debs/bookworm/monit_5.20.0-6_amd64.deb ]]
+ sudo cp target/debs/bookworm/monit_5.20.0-6_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ basename_deb_packages=monit_5.20.0-6_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 52395 files and directories currently installed.)
Preparing to unpack monit_5.20.0-6_amd64.deb ...
Unpacking monit (1:5.20.0-6) ...
Setting up monit (1:5.20.0-6) ...
Running in chroot, ignoring request.
+ cd ./fsroot-vs
+ sudo rm -f monit_5.20.0-6_amd64.deb
+ 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 cp files/image_config/monit/arp_update_checker ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/arp_update_checker
+ sudo cp files/image_config/monit/control_plane_drop_check ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/control_plane_drop_check
+ sudo cp files/image_config/monit/mgmt_oper_status.py ./fsroot-vs/usr/bin/
+ sudo chmod 755 ./fsroot-vs/usr/bin/mgmt_oper_status.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -t bookworm-backports smartmontools
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
smartmontools
0 upgraded, 1 newly installed, 0 to remove and 44 not upgraded.
Need to get 637 kB of archives.
After this operation, 2373 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm-backports/main amd64 smartmontools amd64 7.4-2~bpo12+1 [637 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 637 kB in 1s (1176 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 52438 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.4-2~bpo12+1_amd64.deb ...
Unpacking smartmontools (7.4-2~bpo12+1) ...
Setting up smartmontools (7.4-2~bpo12+1) ...
/var/lib/smartmontools/drivedb/drivedb.h 7.3/5528 newly installed (NOT VERIFIED)
Created symlink /etc/systemd/system/smartd.service -> /lib/systemd/system/smartmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service.
+ sudo cp files/image_config/smartmontools/smartmontools ./fsroot-vs/etc/default/smartmontools
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ deb_packages='target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ basename_deb_packages='openssh-server_9.2p1-2+deb12u5_amd64.deb
openssh-client_9.2p1-2+deb12u5_amd64.deb
openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
(Reading database ... 52484 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-client_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Setting up openssh-server (1:9.2p1-2+deb12u5) ...
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:aPIPdhNZ+dVYZl5DzG2+e8GrA3olMb9DQcbV6/e6+KM root@79629a2d918b (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:J6oF/CEEMOajXbOoiQGqeRn3My9DYrbr7ZVmq+3G7jk root@79629a2d918b (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:njDcqFo9MO3vmFEGcfd7U5MsfdyYyRoDHUdHfx9kIkQ root@79629a2d918b (ED25519)
Running in chroot, ignoring request.
+ cd ./fsroot-vs
+ sudo rm -f openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-vs/etc/cron.d/
+ sudo cp files/image_config/chrony/chrony-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/chrony/chrony.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chrony.keys.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chronyd-starter.sh ./fsroot-vs/usr/local/sbin/
+ sudo cp files/image_config/chrony/check_ntp_status.sh ./fsroot-vs/usr/local/bin/
+ sudo mkdir ./fsroot-vs/usr/lib//systemd/system/chrony.service.d
+ sudo LANG=C chroot ./fsroot-vs systemctl disable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable chrony
Removed "/etc/systemd/system/chronyd.service".
Removed "/etc/systemd/system/multi-user.target.wants/chrony.service".
+ sudo cp files/image_config/chrony/override.conf ./fsroot-vs/usr/lib//systemd/system/chrony.service.d/
+ sudo LANG=C chroot ./fsroot-vs systemctl enable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable chrony
Created symlink /etc/systemd/system/chronyd.service -> /lib/systemd/system/chrony.service.
Created symlink /etc/systemd/system/sonic.target.wants/chrony.service -> /lib/systemd/system/chrony.service.
Unit /lib/systemd/system/chrony.service is added as a dependency to a non-existent unit sonic.target.
+ sudo cp files/build_templates/dns.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/tmout-env.sh.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/sysrq-sysctl.conf.j2 ./fsroot-vs/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/serial-config.sh ./fsroot-vs/usr/bin/
+ sudo cp files/image_config/cli_sessions/serial-config.service ./fsroot-vs/usr/lib//systemd/system
+ echo serial-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
serial-config.service
+ 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
stop
}
if re_match($programname, "bgp[0-9]*#bgpd") then {
/var/log/frr/bgpd.log
action(type="omprog"
binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/bgpd_regex.json -m sonic-events-bgp"
output="/var/log/rsyslog_plugin.log"
template="prog_msg")
stop
}
## Teamd rules
if $programname contains "teamd_" then {
/var/log/teamd.log
stop
}
## gnmi rules
if $msg startswith " gnmi-native" then {
/var/log/gnmi.log
stop
}
## telemetry rules
if $msg startswith " telemetry" or ($msg startswith " dialout" )then {
/var/log/telemetry.log
stop
}
## stpd rules
if $programname contains "stp" then {
if not ($msg contains "STP_SYSLOG") then {
/var/log/stpd.log
stop
}
}
+ sudo cp files/image_config/rsyslog/rsyslog.d/99-default.conf ./fsroot-vs/etc/rsyslog.d/
+ echo rsyslog-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
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/on_demand_archived_log_clean_up.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 mkdir -p ./fsroot-vs/etc/udev/rules.d
+ sudo cp files/image_config/udev/rules.d/99-rps.rules ./fsroot-vs/etc/udev/rules.d/
+ 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
+ [[ amd64 == amd64 ]]
+ install_deb_package target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ deb_packages=target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ [[ -z target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ basename_deb_packages=rasdaemon_0.6.8-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i rasdaemon_0.6.8-1_amd64.deb
Selecting previously unselected package rasdaemon.
(Reading database ... 52484 files and directories currently installed.)
Preparing to unpack rasdaemon_0.6.8-1_amd64.deb ...
Unpacking rasdaemon (0.6.8-1) ...
dpkg: dependency problems prevent configuration of rasdaemon:
rasdaemon depends on sqlite3; however:
Package sqlite3 is not installed.
rasdaemon depends on libdbd-sqlite3-perl; however:
Package libdbd-sqlite3-perl is not installed.
dpkg: error processing package rasdaemon (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
rasdaemon
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
Suggested packages:
libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl
sqlite3-doc
The following NEW packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 1305 kB of archives.
After this operation, 3253 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u2 [353 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbi-perl amd64 1.643-4 [773 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbd-sqlite3-perl amd64 1.72-1 [179 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1305 kB in 1s (2328 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sqlite3.
(Reading database ... 52502 files and directories currently installed.)
Preparing to unpack .../sqlite3_3.40.1-2+deb12u2_amd64.deb ...
Unpacking sqlite3 (3.40.1-2+deb12u2) ...
Selecting previously unselected package libdbi-perl:amd64.
Preparing to unpack .../libdbi-perl_1.643-4_amd64.deb ...
Unpacking libdbi-perl:amd64 (1.643-4) ...
Selecting previously unselected package libdbd-sqlite3-perl:amd64.
Preparing to unpack .../libdbd-sqlite3-perl_1.72-1_amd64.deb ...
Unpacking libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up sqlite3 (3.40.1-2+deb12u2) ...
Setting up libdbi-perl:amd64 (1.643-4) ...
Setting up libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up rasdaemon (0.6.8-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.service -> /lib/systemd/system/rasdaemon.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ras-mc-ctl.service -> /lib/systemd/system/ras-mc-ctl.service.
Running in chroot, ignoring request.
+ cd ./fsroot-vs
+ sudo rm -f rasdaemon_0.6.8-1_amd64.deb
+ 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.4.4-1).
Suggested packages:
libssl-doc
The following NEW packages will be installed:
libssl-dev
0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
Need to get 2441 kB of archives.
After this operation, 12.7 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2441 kB in 1s (3961 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libssl-dev:amd64.
(Reading database ... 52691 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install systemd-bootchart
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
systemd-bootchart
0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
Need to get 45.5 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 systemd-bootchart amd64 234-2+b1 [45.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 45.5 kB in 0s (162 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 ... 52839 files and directories currently installed.)
Preparing to unpack .../systemd-bootchart_234-2+b1_amd64.deb ...
Unpacking systemd-bootchart (234-2+b1) ...
Setting up systemd-bootchart (234-2+b1) ...
+ sudo tee ./fsroot-vs/etc/systemd/bootchart.conf
+ 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 (190 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.8/190.8 kB 7.8 MB/s eta 0:00:00
Collecting azure-common>=1.1.5
Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
Collecting azure-nspkg>=2.0.0
Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB)
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from azure-storage==0.36.0) (38.0.4)
Collecting python-dateutil
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 20.5 MB/s eta 0:00:00
Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil->azure-storage==0.36.0) (1.16.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2.3.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2025.1.31)
Installing collected packages: azure-nspkg, azure-common, python-dateutil, azure-storage
Successfully installed azure-common-1.1.28 azure-nspkg-3.0.2 azure-storage-0.36.0 python-dateutil-2.9.0.post0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-vs pip3 install watchdog==0.10.3
Collecting watchdog==0.10.3
Downloading watchdog-0.10.3.tar.gz (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 5.9 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pathtools>=0.1.1
Downloading pathtools-0.1.2.tar.gz (11 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: watchdog, pathtools
Building wheel for watchdog (setup.py): started
Building wheel for watchdog (setup.py): finished with status 'done'
Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73886 sha256=68e5d0551b8383a351f7916d336565629dcf1d894c7bd1d5345f07607a569be7
Stored in directory: /root/.cache/pip/wheels/c3/74/77/1a073bec05ae202bcd60e18b180db20010b2960d745826ecb3
Building wheel for pathtools (setup.py): started
Building wheel for pathtools (setup.py): finished with status 'done'
Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8791 sha256=13c2711dc8f2434c971f8d836457e626c6ea6766ac161491a206457f40930e74
Stored in directory: /root/.cache/pip/wheels/ea/b7/8b/84e94095ea418b9442f5abeba4ca7b0ad52d3fe7b69d6238a6
Successfully built watchdog pathtools
Installing collected packages: pathtools, watchdog
Successfully installed pathtools-0.1.2 watchdog-0.10.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo cp target/files/bookworm/container ./fsroot-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/bannerconfig/banner-config.service ./fsroot-vs/usr/lib//systemd/system
+ echo banner-config.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
banner-config.service
+ sudo cp files/image_config/bannerconfig/banner-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 platform/vs/dash-engine.service ./fsroot-vs/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-vs systemctl disable dash-engine
+ 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/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",
"POLL_INTERVAL": "10000"
},
"PORT": {
"FLEX_COUNTER_STATUS": "enable"
},
"RIF": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE": {
"FLEX_COUNTER_STATUS": "enable"
},
"PFCWD": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_DROP": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"BUFFER_POOL_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PORT_BUFFER_DROP": {
"FLEX_COUNTER_STATUS": "enable"
}
},
"BGP_DEVICE_GLOBAL": {
"STATE": {
"tsa_enabled": "false",
"wcmp_enabled": "false",
"idf_isolation_state": "unisolated"
}
},
"FEATURE": {
"bgp": {
"state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}",
"delayed" : "False",
"has_global_scope": false,
"has_per_asic_scope": "True",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"check_up_status" : "false",
"high_mem_alert": "disabled"
},
"database": {
"state": "always_enabled",
"delayed" : "False",
"has_global_scope": true,
"has_per_asic_scope": "True",
"auto_restart": "always_enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"lldp": {
"state": "enabled",
"delayed" : "True",
"has_global_scope": "{% if ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['linecard']) %}False{% else %}True{% endif %}",
"has_per_asic_scope": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}False{% else %}True{% endif %}",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"pmon": {
"state": "enabled",
"delayed" : "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' %}False{% else %}True{% endif %}",
"has_global_scope": true,
"has_per_asic_scope": "False",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"check_up_status" : "false",
"high_mem_alert": "disabled"
},
"snmp": {
"state": "enabled",
"delayed" : "True",
"has_global_scope": true,
"has_per_asic_scope": "False",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"swss": {
"state": "enabled",
"delayed" : "False",
"has_global_scope": false,
"has_per_asic_scope": "True",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"check_up_status" : "false",
"high_mem_alert": "disabled"
},
"syncd": {
"state": "enabled",
"delayed" : "False",
"has_global_scope": false,
"has_per_asic_scope": "True",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"radv": {
"state": "enabled",
"delayed" : "False",
"has_global_scope": true,
"has_per_asic_scope": "False",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"teamd": {
"state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] %}disabled{% else %}enabled{% endif %}",
"delayed" : "False",
"has_global_scope": false,
"has_per_asic_scope": "True",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"dhcp_relay": {
"state": "{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter', 'BmcMgmtToRRouter']) %}enabled{% else %}disabled{% endif %}",
"delayed" : "False",
"has_global_scope": false,
"has_per_asic_scope": "False",
"auto_restart": "enabled",
"support_syslog_rate_limit" : "true",
"high_mem_alert": "disabled"
},
"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"
}
},
"BANNER_MESSAGE": {
"global": {
"state": "disabled",
"login": "Debian GNU/Linux 11",
"motd": "You are on\n ____ ___ _ _ _ ____\n / ___| / _ \\| \\ | (_)/ ___|\n \\___ \\| | | | \\| | | |\n ___) | |_| | |\\ | | |___\n |____/ \\___/|_| \\_|_|\\____|\n\n-- Software for Open Networking in the Cloud --\n\nUnauthorized access and/or use are prohibited.\nAll access and/or use are subject to monitoring.\n\nHelp: https://sonic-net.github.io/SONiC/\n\n",
"logout": ""
}
},
"SYSTEM_DEFAULTS" : {
"mux_tunnel_egress_acl": {
"status": "disabled"
}
},
"KDUMP": {
"config": {
"enabled": "false",
"memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M",
"num_dumps": "3"
}
},
"NTP": {
"global": {
"authentication": "disabled",
"dhcp": "enabled",
"server_role": "disabled",
"src_intf": "eth0",
"admin_state": "enabled",
"vrf": "default"
}
}
}
+ j2 files/build_templates/config-setup.service.j2
+ sudo tee ./fsroot-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/midplane-network/bridge-midplane.netdev ./fsroot-vs/usr/lib//systemd/network/bridge-midplane.netdev
+ sudo cp files/image_config/midplane-network/bridge-midplane.network ./fsroot-vs/usr/lib//systemd/network/bridge-midplane.network
+ sudo cp files/image_config/midplane-network/dummy-midplane.netdev ./fsroot-vs/usr/lib//systemd/network/dummy-midplane.netdev
+ sudo cp files/image_config/midplane-network/dummy-midplane.network ./fsroot-vs/usr/lib//systemd/network/dummy-midplane.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.network ./fsroot-vs/usr/lib//systemd/network/midplane-network-npu.network
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.network ./fsroot-vs/usr/lib//systemd/network/midplane-network-dpu.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.service ./fsroot-vs/usr/lib//systemd/system/midplane-network-npu.service
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.service ./fsroot-vs/usr/lib//systemd/system/midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/bridge-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/bridge-midplane.network
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/dummy-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/dummy-midplane.network
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/midplane-network-npu.network
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/network/midplane-network-dpu.network
+ echo midplane-network-npu.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
midplane-network-npu.service
+ sudo LANG=C chroot ./fsroot-vs systemctl disable midplane-network-npu.service
+ echo midplane-network-dpu.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
midplane-network-dpu.service
+ sudo LANG=C chroot ./fsroot-vs systemctl disable midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu0.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu1.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu2.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu3.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu4.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu5.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu6.service
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/dash-ha@dpu7.service
+ sudo sed -i s/#ManageForeignRoutingPolicyRules=yes/ManageForeignRoutingPolicyRules=no/g ./fsroot-vs/etc/systemd/networkd.conf
+ sudo ln -s /dev/null ./fsroot-vs/etc/systemd/system/systemd-networkd.service
+ sudo LANG=C chroot ./fsroot-vs systemctl disable systemd-networkd-wait-online.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/rps/rps.py ./fsroot-vs/usr/bin/rps.py
+ sudo chmod 755 ./fsroot-vs/usr/bin/rps.py
+ 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
+ '[' y == y ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install libatomic1
Reading package lists...
Building dependency tree...
Reading state information...
libatomic1 is already the newest version (12.2.0-14+deb12u1).
libatomic1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y remove openssh-client
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libcbor0.8 libfido2-1 libproc2-0 procps runit-helper
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
openssh-client openssh-server openssh-sftp-server
0 upgraded, 0 newly installed, 3 to remove and 11 not upgraded.
After this operation, 8130 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52848 files and directories currently installed.)
Removing openssh-server (1:9.2p1-2+deb12u5) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Removing openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Removing openssh-client (1:9.2p1-2+deb12u5) ...
+ install_deb_package target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ basename_deb_packages=systemd-sonic-generator_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 52777 files and directories currently installed.)
Preparing to unpack systemd-sonic-generator_1.0.0_amd64.deb ...
Unpacking systemd-sonic-generator (1.0.0) ...
Setting up systemd-sonic-generator (1.0.0) ...
+ cd ./fsroot-vs
+ sudo rm -f systemd-sonic-generator_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52780 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52780 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading openssl from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52780 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ deb_packages=target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ [[ -z target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ basename_deb_packages=symcrypt-openssl_1.5.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 52781 files and directories currently installed.)
Preparing to unpack symcrypt-openssl_1.5.2_amd64.deb ...
Unpacking symcrypt-openssl (0.1) ...
Setting up symcrypt-openssl (0.1) ...
+ cd ./fsroot-vs
+ sudo rm -f symcrypt-openssl_1.5.2_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
Selecting previously unselected package openssh-client.
(Reading database ... 52788 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ deb_packages=target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ [[ -z target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ]]
+ sudo cp target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ basename_deb_packages=ssh_9.2p1-2+deb12u5+fips_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i ssh_9.2p1-2+deb12u5+fips_all.deb
Selecting previously unselected package ssh.
(Reading database ... 52833 files and directories currently installed.)
Preparing to unpack ssh_9.2p1-2+deb12u5+fips_all.deb ...
Unpacking ssh (1:9.2p1-2+deb12u5+fips) ...
dpkg: dependency problems prevent configuration of ssh:
ssh depends on openssh-server (>= 1:9.2p1-2+deb12u5+fips); however:
Package openssh-server is not installed.
dpkg: error processing package ssh (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ssh
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
libssl-dev libssl3 openssh-client openssh-server openssh-sftp-server
Suggested packages:
libssl-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw
Recommended packages:
xauth default-logind | logind | libpam-systemd ncurses-term
The following NEW packages will be installed:
openssh-server openssh-sftp-server
The following packages will be upgraded:
libssl-dev libssl3 openssh-client
3 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
1 not fully installed or removed.
Need to get 5984 kB of archives.
After this operation, 2248 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.17-1~deb12u3 [2028 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u7 [992 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5984 kB in 1s (7217 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52838 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../libssl3_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl3:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../openssh-client_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) ...
Setting up libssl3:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up openssh-client (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up ssh (1:9.2p1-2+deb12u5+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f ssh_9.2p1-2+deb12u5+fips_all.deb
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-sftp-server:
openssh-sftp-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-sftp-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-sftp-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
openssh-sftp-server
The following packages will be upgraded:
openssh-sftp-server
1 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
1 not fully installed or removed.
Need to get 65.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 65.9 kB in 0s (238 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
+ cd ./fsroot-vs
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-server:
openssh-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following additional packages will be installed:
openssh-server
Suggested packages:
molly-guard monkeysphere ssh-askpass ufw
Recommended packages:
default-logind | logind | libpam-systemd ncurses-term xauth
The following packages will be upgraded:
openssh-server
1 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
1 not fully installed or removed.
Need to get 457 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 457 kB in 0s (963 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-vs
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
dpkg: warning: downgrading libk5crypto3:amd64 from 1.20.1-2+deb12u4 to 1.20.1-2+deb12u1+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Version
+ PACKAGE_VERSION=1.0.0
++ dpkg-query '--showformat=${Version}' --show systemd-sonic-generator
dpkg-query: no packages found matching systemd-sonic-generator
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold systemd-sonic-generator
systemd-sonic-generator set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl3
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold libssl3
libssl3 set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl-dev
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold libssl-dev
libssl-dev set on hold.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show openssl
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.11-1~deb12u2+fips) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold openssl
openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Version
+ PACKAGE_VERSION=0.1
++ dpkg-query '--showformat=${Version}' --show symcrypt-openssl
dpkg-query: no packages found matching symcrypt-openssl
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold symcrypt-openssl
symcrypt-openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-client
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold openssh-client
openssh-client set on hold.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show ssh
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold ssh
ssh set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-sftp-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold openssh-sftp-server
openssh-sftp-server set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u5+fips) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-vs
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold openssh-server
openssh-server set on hold.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Version
+ PACKAGE_VERSION=1.20.1-2+deb12u1+fips
++ dpkg-query '--showformat=${Version}' --show libk5crypto3
+ INSTALLED_VERSION=1.20.1-2+deb12u4
+ '[' 1.20.1-2+deb12u4 '!=' '' ']'
+ '[' 1.20.1-2+deb12u4 '!=' 1.20.1-2+deb12u1+fips ']'
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u1+fips) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark hold libk5crypto3
libk5crypto3 set on hold.
+ sudo LANG=C chroot ./fsroot-vs depmod -a 6.1.0-29-2-amd64
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-vs_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i sonic-platform-vs_1.0_amd64.deb
Selecting previously unselected package sonic-platform-vs.
(Reading database ... 52866 files and directories currently installed.)
Preparing to unpack sonic-platform-vs_1.0_amd64.deb ...
Unpacking sonic-platform-vs (1.0) ...
Setting up sonic-platform-vs (1.0) ...
+ cd ./fsroot-vs
+ sudo rm -f sonic-platform-vs_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-vs/platform/x86_64-kvm_x86_64-r0
+ sudo mkdir -p ./fsroot-vs/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-vs_1.0_amd64.deb ./fsroot-vs/platform/common/
+ sudo ln -sf ../common/sonic-platform-vs_1.0_amd64.deb ./fsroot-vs/platform/x86_64-kvm_x86_64-r0/sonic-platform-vs_1.0_amd64.deb
++ find ./fsroot-vs/var/cache/apt/archives -name '*.deb'
find: './fsroot-vs/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -P sonic-platform-vs
(Reading database ... 52878 files and directories currently installed.)
Removing sonic-platform-vs (1.0) ...
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ wc -l
++ sudo dpkg -I ./fsroot-vs/platform/common/sonic-platform-vs_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
+ '[' 0 -gt 0 ']'
+ 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 12 (bookworm) (containerized)
OSType: linux
Architecture: x86_64
CPUs: 112
Total Memory: 503.3GiB
Name: 79629a2d918b
ID: a8be1047-b1d0-4d31-8b2a-1f38705e49fe
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-auditd-watchdog.gz
Loaded image: docker-auditd-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-auditd-watchdog:latest docker-auditd-watchdog:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-auditd-watchdog:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "auditd_watchdog"
},
"service": {
"name": "auditd_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-auditd.gz
Loaded image: docker-auditd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-auditd:latest docker-auditd:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-auditd:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "auditd"
},
"service": {
"name": "auditd",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-bmp-watchdog.gz
Loaded image: docker-bmp-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-bmp-watchdog:latest docker-bmp-watchdog:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-bmp-watchdog:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "bmp_watchdog"
},
"service": {
"name": "bmp_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-sonic-bmp.gz
Loaded image: docker-sonic-bmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-sonic-bmp:latest docker-sonic-bmp:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-sonic-bmp:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "bmp"
},
"service": {
"name": "bmp",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": true,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-dash-ha.gz
Loaded image: docker-dash-ha:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-dash-ha:latest docker-dash-ha:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-dash-ha:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "dash-ha"
},
"service": {
"name": "dash-ha",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": true,
"host-service": false,
"warm-shutdown": {
"after": [
"swss"
],
"before": [
"syncd"
]
},
"fast-shutdown": {
"after": [
"swss"
],
"before": [
"syncd"
]
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-gnmi-watchdog.gz
Loaded image: docker-gnmi-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-gnmi-watchdog:latest docker-gnmi-watchdog:etri-202505.10-392f3b600
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-gnmi-watchdog:latest
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "gnmi_watchdog"
},
"service": {
"name": "gnmi_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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": false,
"warm-shutdown": {
"after": [],
"before": [
"swss"
]
},
"fast-shutdown": {
"after": [],
"before": [
"swss"
]
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ 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-sysmgr.gz
Loaded image: docker-sysmgr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-sysmgr:latest docker-sysmgr:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-sysmgr:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "sysmgr"
},
"service": {
"name": "sysmgr",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": true,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": false,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-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-202505.10-392f3b600
+ 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-202505.10-392f3b600
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-syncd-vs:latest
+ 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-202505.10-392f3b600
+ 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": ""
}
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker load -i target/docker-dash-engine.gz
Loaded image: docker-dash-engine:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-dash-engine:latest docker-dash-engine:etri-202505.10-392f3b600
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker inspect docker-dash-engine:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "dash-engine"
},
"service": {
"name": "dash_engine",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"host-service": false,
"warm-shutdown": {
"after": [],
"before": []
},
"fast-shutdown": {
"after": [],
"before": []
},
"syslog": {
"support-rate-limit": true
}
},
"container": {
"privileged": true,
"volumes": [],
"tmpfs": []
},
"cli": {
"config": "",
"show": "",
"clear": ""
}
}
+ [[ vs == pensando ]]
+ 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
{
"auditd_watchdog": {
"repository": "docker-auditd-watchdog",
"description": "SONiC auditd_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"auditd": {
"repository": "docker-auditd",
"description": "SONiC auditd package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp_watchdog": {
"repository": "docker-bmp-watchdog",
"description": "SONiC bmp_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp": {
"repository": "docker-sonic-bmp",
"description": "SONiC bmp package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"dash-ha": {
"repository": "docker-dash-ha",
"description": "SONiC dash-ha package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"database": {
"repository": "docker-database",
"description": "SONiC database package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"eventd": {
"repository": "docker-eventd",
"description": "SONiC eventd package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"fpm-frr": {
"repository": "docker-fpm-frr",
"description": "SONiC fpm-frr package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"gnmi_watchdog": {
"repository": "docker-gnmi-watchdog",
"description": "SONiC gnmi_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"gnmi": {
"repository": "docker-sonic-gnmi",
"description": "SONiC gnmi package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"lldp": {
"repository": "docker-lldp",
"description": "SONiC lldp package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"mux": {
"repository": "docker-mux",
"description": "SONiC mux package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"nat": {
"repository": "docker-nat",
"description": "SONiC nat package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"swss": {
"repository": "docker-orchagent",
"description": "SONiC swss package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"pmon": {
"repository": "docker-platform-monitor",
"description": "SONiC pmon package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"radv": {
"repository": "docker-router-advertiser",
"description": "SONiC radv package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"sflow": {
"repository": "docker-sflow",
"description": "SONiC sflow package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"snmp": {
"repository": "docker-snmp",
"description": "SONiC snmp package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"mgmt-framework": {
"repository": "docker-sonic-mgmt-framework",
"description": "SONiC mgmt-framework package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"sysmgr": {
"repository": "docker-sysmgr",
"description": "SONiC sysmgr package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"teamd": {
"repository": "docker-teamd",
"description": "SONiC teamd package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"syncd": {
"repository": "docker-syncd-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
},
"dash-engine": {
"repository": "docker-dash-engine",
"description": "SONiC dash-engine package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
}
}
+ '[' 0 '!=' 0 ']'
+ sudo cp files/build_templates/default_manifest ./fsroot-vs//var/lib/sonic-package-manager//default_manifest
+ sudo mkdir -p ./fsroot-vs//var/lib/sonic-package-manager//manifests
+ 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 {'auditd_watchdog': Package(entry=PackageEntry(name='auditd_watchdog', repository='docker-auditd-watchdog', description='SONiC auditd_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'auditd': Package(entry=PackageEntry(name='auditd', repository='docker-auditd', description='SONiC auditd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'bmp_watchdog': Package(entry=PackageEntry(name='bmp_watchdog', repository='docker-bmp-watchdog', description='SONiC bmp_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'bmp': Package(entry=PackageEntry(name='bmp', repository='docker-sonic-bmp', description='SONiC bmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'dash-ha': Package(entry=PackageEntry(name='dash-ha', repository='docker-dash-ha', description='SONiC dash-ha package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'dash-ha', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'dash-ha', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'dash-ha': Version('1.0.0'), 'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'database': Package(entry=PackageEntry(name='database', repository='docker-database', description='SONiC database package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'database', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'database', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'eventd': Package(entry=PackageEntry(name='eventd', repository='docker-eventd', description='SONiC eventd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'eventd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'eventd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'fpm-frr': Package(entry=PackageEntry(name='fpm-frr', repository='docker-fpm-frr', description='SONiC fpm-frr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'fpm-frr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bgp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': ['radv'], 'before': ['swss']}, 'fast-shutdown': {'after': ['radv'], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi_watchdog': Package(entry=PackageEntry(name='gnmi_watchdog', repository='docker-gnmi-watchdog', description='SONiC gnmi_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi': Package(entry=PackageEntry(name='gnmi', repository='docker-sonic-gnmi', description='SONiC gnmi package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'lldp': Package(entry=PackageEntry(name='lldp', repository='docker-lldp', description='SONiC lldp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'lldp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'lldp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mux': Package(entry=PackageEntry(name='mux', repository='docker-mux', description='SONiC mux package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mux', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mux', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'nat': Package(entry=PackageEntry(name='nat', repository='docker-nat', description='SONiC nat package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'nat', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'nat', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'swss': Package(entry=PackageEntry(name='swss', repository='docker-orchagent', description='SONiC swss package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'swss', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'swss', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['syncd']}, 'fast-shutdown': {'after': [], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'pmon': Package(entry=PackageEntry(name='pmon', repository='docker-platform-monitor', description='SONiC pmon package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'pmon', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'pmon', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'radv': Package(entry=PackageEntry(name='radv', repository='docker-router-advertiser', description='SONiC radv package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'radv', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'radv', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sflow': Package(entry=PackageEntry(name='sflow', repository='docker-sflow', description='SONiC sflow package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sflow', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sflow', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'snmp': Package(entry=PackageEntry(name='snmp', repository='docker-snmp', description='SONiC snmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'snmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'snmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mgmt-framework': Package(entry=PackageEntry(name='mgmt-framework', repository='docker-sonic-mgmt-framework', description='SONiC mgmt-framework package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mgmt-framework', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mgmt-framework', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sysmgr': Package(entry=PackageEntry(name='sysmgr', repository='docker-sysmgr', description='SONiC sysmgr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sysmgr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sysmgr', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'teamd': Package(entry=PackageEntry(name='teamd', repository='docker-teamd', description='SONiC teamd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'teamd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'teamd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'syncd': Package(entry=PackageEntry(name='syncd', repository='docker-syncd-vs', description='SONiC syncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'syncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'syncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd': Package(entry=PackageEntry(name='gbsyncd', repository='docker-gbsyncd-vs', description='SONiC gbsyncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'dash-engine': Package(entry=PackageEntry(name='dash-engine', repository='docker-dash-engine', description='SONiC dash-engine package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'dash-engine', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'dash_engine', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': True, '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={}, 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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
debug: checking dependencies for auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi_watchdog
debug: checking conflicts for gnmi_watchdog
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for sysmgr
debug: checking conflicts for sysmgr
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd
debug: checking conflicts for syncd
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for dash-engine
debug: checking conflicts for dash-engine
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: loading image from target/docker-dhcp-relay.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 131072, 'total': 9838592}, 'progress': '[> ] 131.1kB/9.839MB', 'id': '2dd8a1e381dd'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 7733248, 'total': 9838592}, 'progress': '[=======================================> ] 7.733MB/9.839MB', 'id': '2dd8a1e381dd'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 9838592, 'total': 9838592}, 'progress': '[==================================================>] 9.839MB/9.839MB', 'id': '2dd8a1e381dd'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '0a7f28401d45'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '0a7f28401d45'}
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: '104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60',
debug: 'docker_image_name': 'docker-dhcp-relay',
debug: 'docker_image_reference': 'docker-dhcp-relay:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '--tmpfs /tmp/ --tmpfs /var/tmp/',
debug: 'sonic_asic_platform': 'vs'
debug: }
generated /usr/bin/dhcp_relay.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/dhcp_relay.sh with {
debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug: 'manifest': {
debug: 'version': '1.0.0',
debug: 'package': {
debug: 'version': '1.0.0',
debug: 'name': 'dhcp-relay',
debug: 'description': '',
debug: 'base-os': {},
debug: 'depends': [
debug: {
debug: 'name': 'database',
debug: 'version': '^1.0.0',
debug: 'components': {}
debug: }
debug: ],
debug: 'breaks': [],
debug: 'init-cfg': {},
debug: 'changelog': {},
debug: 'debug-dump': ''
debug: },
debug: 'service': {
debug: 'name': 'dhcp_relay',
debug: 'requires': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
debug: 'dependent': [],
debug: 'dependent-of': ['swss'],
debug: 'post-start-action': '',
debug: 'pre-shutdown-action': '',
debug: 'asic-service': False,
debug: 'host-service': True,
debug: 'delayed': False,
debug: 'check_up_status': False,
debug: 'type': '',
debug: 'warm-shutdown': {'after': [], 'before': []},
debug: 'fast-shutdown': {'after': [], 'before': []},
debug: 'syslog': {'support-rate-limit': True}
debug: },
debug: 'container': {
debug: 'privileged': False,
debug: 'volumes': [
debug: '/etc/sonic:/etc/sonic:ro',
debug: '/etc/localtime:/etc/localtime:ro'
debug: ],
debug: 'mounts': [],
debug: 'environment': {},
debug: 'tmpfs': ['/tmp/', '/var/tmp/']
debug: },
debug: 'processes': [],
debug: 'cli': {
debug: 'mandatory': False,
debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug: 'config': ['/cli/config/plugins/dhcp_relay.py'],
debug: 'clear': ['/cli/clear/plugins/clear_dhcp_relay.py'],
debug: 'auto-generate-show': False,
debug: 'auto-generate-config': False,
debug: 'auto-generate-show-source-yang-modules': [],
debug: 'auto-generate-config-source-yang-modules': []
debug: }
debug: },
debug: 'multi_instance_services': [
debug: 'bgp',
debug: 'database',
debug: 'swss',
debug: 'syncd',
debug: 'teamd',
debug: '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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
debug: 'dependent': [],
debug: 'dependent-of': ['swss'],
debug: 'post-start-action': '',
debug: 'pre-shutdown-action': '',
debug: 'asic-service': False,
debug: 'host-service': True,
debug: 'delayed': False,
debug: 'check_up_status': False,
debug: 'type': '',
debug: 'warm-shutdown': {'after': [], 'before': []},
debug: 'fast-shutdown': {'after': [], 'before': []},
debug: 'syslog': {'support-rate-limit': True}
debug: },
debug: 'container': {
debug: 'privileged': False,
debug: 'volumes': [
debug: '/etc/sonic:/etc/sonic:ro',
debug: '/etc/localtime:/etc/localtime:ro'
debug: ],
debug: 'mounts': [],
debug: 'environment': {},
debug: 'tmpfs': ['/tmp/', '/var/tmp/']
debug: },
debug: 'processes': [],
debug: 'cli': {
debug: 'mandatory': False,
debug: 'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug: 'config': ['/cli/config/plugins/dhcp_relay.py'],
debug: 'clear': ['/cli/clear/plugins/clear_dhcp_relay.py'],
debug: 'auto-generate-show': False,
debug: 'auto-generate-config': False,
debug: 'auto-generate-show-source-yang-modules': [],
debug: 'auto-generate-config-source-yang-modules': []
debug: }
debug: },
debug: 'multi_instance': False,
debug: 'multi_instance_services': [
debug: 'bgp',
debug: 'database',
debug: 'swss',
debug: 'syncd',
debug: 'teamd',
debug: '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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'swss', 'teamd', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'nat', 'bgp', 'lldp', 'mux', 'sflow'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
debug: 'radv': set(),
debug: 'sflow': set(),
debug: 'teamd': {'swss'}
debug: }
debug: )
debug: shutdown order [
debug: 'lldp',
debug: 'mux',
debug: 'nat',
debug: 'radv',
debug: 'sflow',
debug: 'bgp',
debug: 'swss',
debug: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'swss', 'teamd', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'nat', 'bgp', 'lldp', 'mux', 'sflow'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
debug: 'radv': set(),
debug: 'sflow': set(),
debug: 'teamd': {'swss'}
debug: }
debug: )
debug: shutdown order [
debug: 'lldp',
debug: 'mux',
debug: 'nat',
debug: 'radv',
debug: 'sflow',
debug: 'bgp',
debug: 'swss',
debug: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
++ basename docker-dhcp-relay.gz .gz
+ name_repo=docker-dhcp-relay
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker images --format '{{.Tag}}' docker-dhcp-relay
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-dhcp-relay:latest docker-dhcp-relay:etri-202505.10-392f3b600
+ 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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
debug: inspecting image labels sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60
debug: image sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60 labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/localtime:/etc/localtime:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi_watchdog
debug: checking conflicts for gnmi_watchdog
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for sysmgr
debug: checking conflicts for sysmgr
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd
debug: checking conflicts for syncd
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for dash-engine
debug: checking conflicts for dash-engine
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: checking dependencies for macsec
debug: checking conflicts for macsec
debug: loading image from target/docker-macsec.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 65536, 'total': 3762688}, 'progress': '[> ] 65.54kB/3.763MB', 'id': '5cb73aa25c20'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 3762688, 'total': 3762688}, 'progress': '[==================================================>] 3.763MB/3.763MB', 'id': '5cb73aa25c20'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': 'd48369d65fb9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': 'd48369d65fb9'}
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: '1bd1c7f803c6c31910c7825b005e97be83d8b23e684801d20f23a7e07016a206',
debug: 'docker_image_name': 'docker-macsec',
debug: 'docker_image_reference': 'docker-macsec:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '-v /host/warmboot:/var/warmboot',
debug: 'sonic_asic_platform': 'vs'
debug: }
generated /usr/bin/macsec.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/macsec.sh with {
debug: 'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug: 'manifest': {
debug: 'version': '1.0.0',
debug: 'package': {
debug: 'version': '1.0.0',
debug: 'name': 'macsec',
debug: 'description': '',
debug: 'base-os': {},
debug: 'depends': [],
debug: 'breaks': [],
debug: 'init-cfg': {},
debug: 'changelog': {},
debug: 'debug-dump': ''
debug: },
debug: 'service': {
debug: 'name': 'macsec',
debug: 'requires': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd'],
debug: 'before': [],
debug: 'dependent': [],
debug: 'dependent-of': [],
debug: 'post-start-action': '',
debug: 'pre-shutdown-action': '',
debug: 'asic-service': True,
debug: 'host-service': False,
debug: 'delayed': False,
debug: 'check_up_status': False,
debug: 'type': '',
debug: 'warm-shutdown': {'after': [], 'before': []},
debug: 'fast-shutdown': {'after': [], 'before': []},
debug: 'syslog': {'support-rate-limit': True}
debug: },
debug: 'container': {
debug: 'privileged': False,
debug: 'volumes': [
debug: '/etc/sonic:/etc/sonic:ro',
debug: '/etc/localtime:/etc/localtime:ro',
debug: '/host/warmboot:/var/warmboot'
debug: ],
debug: 'mounts': [],
debug: 'environment': {},
debug: 'tmpfs': []
debug: },
debug: 'processes': [],
debug: 'cli': {
debug: 'mandatory': False,
debug: 'show': ['/cli/show/plugins/show_macsec.py'],
debug: 'config': ['/cli/config/plugins/macsec.py'],
debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug: 'auto-generate-show': False,
debug: 'auto-generate-config': False,
debug: 'auto-generate-show-source-yang-modules': [],
debug: 'auto-generate-config-source-yang-modules': []
debug: }
debug: },
debug: 'multi_instance_services': [
debug: 'bgp',
debug: 'database',
debug: 'swss',
debug: 'syncd',
debug: 'teamd',
debug: '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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd'],
debug: 'before': [],
debug: 'dependent': [],
debug: 'dependent-of': [],
debug: 'post-start-action': '',
debug: 'pre-shutdown-action': '',
debug: 'asic-service': True,
debug: 'host-service': False,
debug: 'delayed': False,
debug: 'check_up_status': False,
debug: 'type': '',
debug: 'warm-shutdown': {'after': [], 'before': []},
debug: 'fast-shutdown': {'after': [], 'before': []},
debug: 'syslog': {'support-rate-limit': True}
debug: },
debug: 'container': {
debug: 'privileged': False,
debug: 'volumes': [
debug: '/etc/sonic:/etc/sonic:ro',
debug: '/etc/localtime:/etc/localtime:ro',
debug: '/host/warmboot:/var/warmboot'
debug: ],
debug: 'mounts': [],
debug: 'environment': {},
debug: 'tmpfs': []
debug: },
debug: 'processes': [],
debug: 'cli': {
debug: 'mandatory': False,
debug: 'show': ['/cli/show/plugins/show_macsec.py'],
debug: 'config': ['/cli/config/plugins/macsec.py'],
debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug: 'auto-generate-show': False,
debug: 'auto-generate-config': False,
debug: 'auto-generate-show-source-yang-modules': [],
debug: 'auto-generate-config-source-yang-modules': []
debug: }
debug: },
debug: 'multi_instance': False,
debug: 'multi_instance_services': [
debug: 'bgp',
debug: 'database',
debug: 'swss',
debug: 'syncd',
debug: 'teamd',
debug: '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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd'],
debug: 'before': [],
debug: 'dependent': [],
debug: 'dependent-of': [],
debug: 'post-start-action': '',
debug: 'pre-shutdown-action': '',
debug: 'asic-service': True,
debug: 'host-service': False,
debug: 'delayed': False,
debug: 'check_up_status': False,
debug: 'type': '',
debug: 'warm-shutdown': {'after': [], 'before': []},
debug: 'fast-shutdown': {'after': [], 'before': []},
debug: 'syslog': {'support-rate-limit': True}
debug: },
debug: 'container': {
debug: 'privileged': False,
debug: 'volumes': [
debug: '/etc/sonic:/etc/sonic:ro',
debug: '/etc/localtime:/etc/localtime:ro',
debug: '/host/warmboot:/var/warmboot'
debug: ],
debug: 'mounts': [],
debug: 'environment': {},
debug: 'tmpfs': []
debug: },
debug: 'processes': [],
debug: 'cli': {
debug: 'mandatory': False,
debug: 'show': ['/cli/show/plugins/show_macsec.py'],
debug: 'config': ['/cli/config/plugins/macsec.py'],
debug: 'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug: 'auto-generate-show': False,
debug: 'auto-generate-config': False,
debug: 'auto-generate-show-source-yang-modules': [],
debug: 'auto-generate-config-source-yang-modules': []
debug: }
debug: },
debug: 'multi_instance': True,
debug: 'multi_instance_services': [
debug: 'bgp',
debug: 'database',
debug: 'swss',
debug: 'syncd',
debug: 'teamd',
debug: '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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
debug: inspecting image labels sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60
debug: image sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60 labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/localtime:/etc/localtime:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'swss', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'lldp', 'mux', 'sflow', 'nat', 'radv', 'bgp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
debug: 'radv': set(),
debug: 'sflow': set(),
debug: 'teamd': {'swss'}
debug: }
debug: )
debug: shutdown order [
debug: 'lldp',
debug: 'mux',
debug: 'nat',
debug: 'radv',
debug: 'sflow',
debug: 'bgp',
debug: 'swss',
debug: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'swss', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'lldp', 'mux', 'sflow', 'nat', 'radv', 'bgp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
debug: 'radv': set(),
debug: 'sflow': set(),
debug: 'teamd': {'swss'}
debug: }
debug: )
debug: shutdown order [
debug: 'lldp',
debug: 'mux',
debug: 'nat',
debug: 'radv',
debug: 'sflow',
debug: 'bgp',
debug: 'swss',
debug: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": ["swss"],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.dash-ha': '1.0.0', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "database"\n },\n "service": {\n "name": "database",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "eventd"\n },\n "service": {\n "name": "eventd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "fpm-frr"\n },\n "service": {\n "name": "bgp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": ["radv"],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi"\n },\n "service": {\n "name": "gnmi",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "lldp"\n },\n "service": {\n "name": "lldp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mux"\n },\n "service": {\n "name": "mux",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "nat"\n },\n "service": {\n "name": "nat",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "swss"\n },\n "service": {\n "name": "swss",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["syncd"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "pmon"\n },\n "service": {\n "name": "pmon",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "radv"\n },\n "service": {\n "name": "radv",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sflow"\n },\n "service": {\n "name": "sflow",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "fast-shutdown": {\n "after": [],\n "before": ["swss"]\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "snmp"\n },\n "service": {\n "name": "snmp",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "mgmt-framework"\n },\n "service": {\n "name": "mgmt-framework",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', '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-202505.10-392f3b600', '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-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gbsyncd"\n },\n "service": {\n "name": "gbsyncd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": true,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-engine:latest
debug: image docker-dash-engine:latest labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-engine"\n },\n "service": {\n "name": "dash_engine",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\n "host-service": false,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": true,\n "volumes": [],\n "tmpfs": []\n },\n "cli": {\n "config": "",\n "show": "",\n "clear": ""\n }\n}', 'description': 'This Docker image includes only the most widely-used PI artifacts: PI core and P4Runtime. It does not include the Thrift-based PI implementation for the bmv2 backend.', 'maintainer': 'P4 Developers '}
debug: No YANG modules found
debug: inspecting image labels sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60
debug: image sha256:104011b452a5285763b66c08c2dd63526d11185d6765b71c9702c397f06aff60 labels successfully: {'Tag': 'etri-202505.10-392f3b600', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": ["database^1.0.0"],\n "name": "dhcp-relay"\n },\n "service": {\n "name": "dhcp_relay",\n "requires": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\n "dependent-of": ["swss"],\n "asic-service": false,\n "host-service": true,\n "warm-shutdown": {\n "after": [],\n "before": []\n },\n "fast-shutdown": {\n "after": [],\n "before": []\n },\n "syslog": {\n "support-rate-limit": true\n }\n },\n "container": {\n "privileged": false,\n "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/localtime:/etc/localtime:ro"],\n "tmpfs": ["/tmp/", "/var/tmp/"]\n },\n "cli": {\n "config": "/cli/config/plugins/dhcp_relay.py",\n "show": "/cli/show/plugins/show_dhcp_relay.py",\n "clear": "/cli/clear/plugins/clear_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
++ basename docker-macsec.gz .gz
+ name_repo=docker-macsec
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker images --format '{{.Tag}}' docker-macsec
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-vs docker tag docker-macsec:latest docker-macsec:etri-202505.10-392f3b600
+ 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 "\x22auditd_watchdog\x22 : \x22docker-auditd-watchdog\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 "\x22auditd\x22 : \x22docker-auditd\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 "\x22bmp_watchdog\x22 : \x22docker-bmp-watchdog\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 "\x22bmp\x22 : \x22docker-sonic-bmp\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 "\x22dash-ha\x22 : \x22docker-dash-ha\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 "\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_watchdog\x22 : \x22docker-gnmi-watchdog\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 "\x22sysmgr\x22 : \x22docker-sysmgr\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 -n -e "\x22dash_engine\x22 : \x22docker-dash-engine\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_auditd_watchdog.sh ']'
+ sudo cp auditd_watchdog.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_auditd.sh ']'
+ sudo cp auditd.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_bmp_watchdog.sh ']'
+ sudo cp bmp_watchdog.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_bmp.sh ']'
+ sudo cp bmp.sh ./fsroot-vs/usr/bin/
+ '[' -f vs_dash-ha.sh ']'
+ sudo cp dash-ha.sh ./fsroot-vs/usr/bin/
+ '[' -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_watchdog.sh ']'
+ sudo cp gnmi_watchdog.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_sysmgr.sh ']'
+ sudo cp sysmgr.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 vs_dash_engine.sh ']'
+ sudo cp dash_engine.sh ./fsroot-vs/usr/bin/
+ '[' -f auditd_watchdog.service ']'
+ '[' -f auditd.service ']'
+ '[' -f bmp_watchdog.service ']'
+ '[' -f bmp@.service ']'
+ sudo cp bmp@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=bmp@.service
+ SINGLE_INSTANCE=bmp.service
+ sudo cp bmp.service ./fsroot-vs/usr/lib//systemd/system
+ echo bmp@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
bmp@.service
+ '[' -f dash-ha@.service ']'
+ sudo cp dash-ha@.service ./fsroot-vs/usr/lib//systemd/system
+ MULTI_INSTANCE=dash-ha@.service
+ SINGLE_INSTANCE=dash-ha.service
+ sudo cp dash-ha.service ./fsroot-vs/usr/lib//systemd/system
+ echo dash-ha@.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
dash-ha@.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_watchdog.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
+ 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 sysmgr.service ']'
+ sudo cp sysmgr.service ./fsroot-vs/usr/lib//systemd/system
+ echo sysmgr.service
+ sudo tee -a ./fsroot-vs/etc/sonic/generated_services.conf
sysmgr.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 dash_engine.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/bmp.sh ./fsroot-vs/usr/local/bin/bmp.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/startup_tsa_tsb.py ./fsroot-vs/usr/local/bin/startup_tsa_tsb.py
+ sudo LANG=C cp files/scripts/sonic-dpu-mgmt-traffic.sh ./fsroot-vs/usr/local/bin/sonic-dpu-mgmt-traffic.sh
+ sudo LANG=C cp files/scripts/dash-ha.sh ./fsroot-vs/usr/local/bin/dash-ha.sh
+ 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/startup_tsa_tsb.service ./fsroot-vs/usr/lib//systemd/system/
+ 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:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3-dev
libpython3.11-dev python3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
python3-dev*
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
After this operation, 159 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52864 files and directories currently installed.)
Removing python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get purge -y libpython3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
python3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3-dev*
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
After this operation, 37.9 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52843 files and directories currently installed.)
Removing libpython3-dev:amd64 (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get purge -y '^python3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
python3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
After this operation, 630 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52834 files and directories currently installed.)
Removing python3.11-dev (3.11.2-6+deb12u6) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-get purge -y '^libpython3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libpython3.8-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
After this operation, 26.4 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52825 files and directories currently installed.)
Removing libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
+ 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...
The following packages were automatically installed and are no longer required:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-dev libtirpc-dev libx11-6 libx11-data libx11-dev
libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
libxext6 libxrender-dev libxrender1 linux-libc-dev make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libcairo2-dev* libdbus-1-dev* libgirepository1.0-dev* libsystemd-dev*
pkg-config*
0 upgraded, 0 newly installed, 5 to remove and 19 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 ... 52604 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-7) ...
Removing libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Removing libgirepository1.0-dev (1.74.0-3) ...
Removing libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Removing pkg-config:amd64 (1.8.1-1) ...
Processing triggers for sgml-base (1.31) ...
(Reading database ... 51768 files and directories currently installed.)
Purging configuration files for libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Purging configuration files for pkg-config:amd64 (1.8.1-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-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:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-dev libtirpc-dev libx11-6 libx11-data libx11-dev
libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
libxext6 libxrender-dev libxrender1 linux-libc-dev make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
zlib1g-dev
0 upgraded, 0 newly installed, 81 to remove and 19 not upgraded.
After this operation, 143 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 51768 files and directories currently installed.)
Removing gobject-introspection (1.74.0-3) ...
Removing build-essential (12.9) ...
Removing dpkg-dev (1.21.22) ...
Removing bzip2 (1.0.8-5+b1) ...
Removing libfontconfig-dev:amd64 (2.14.1-4) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Removing g++ (4:12.2.0-3) ...
Removing g++-12 (12.2.0-14+deb12u1) ...
Removing gir1.2-freedesktop:amd64 (1.74.0-3) ...
Removing libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Removing libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b6) ...
Removing uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Removing libpng-dev:amd64 (1.6.39-2) ...
Removing zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Removing libselinux1-dev:amd64 (3.4-1+b6) ...
Removing libpcre2-dev:amd64 (10.42-1) ...
Removing libcairo-gobject2:amd64 (1.16.0-7) ...
Removing libdpkg-perl (1.21.22) ...
Removing libglib2.0-bin (2.74.6-2+deb12u7) ...
Removing libglib2.0-data (2.74.6-2+deb12u7) ...
Removing libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Removing libsm-dev:amd64 (2:1.2.3-1) ...
Removing libice-dev:amd64 (2:1.0.10-1) ...
Removing libsm6:amd64 (2:1.2.3-1) ...
Removing libice6:amd64 (2:1.0.10-1) ...
Removing libjs-sphinxdoc (5.3.0-4) ...
Removing libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Removing libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Removing libpcre2-16-0:amd64 (10.42-1) ...
Removing libpcre2-32-0:amd64 (10.42-1) ...
Removing libpcre2-posix3:amd64 (10.42-1) ...
Removing libpixman-1-dev:amd64 (0.42.2-1) ...
Removing pkgconf:amd64 (1.8.1-1) ...
Removing pkgconf-bin (1.8.1-1) ...
Removing libpkgconf3:amd64 (1.8.1-1) ...
Removing libxcb-shm0-dev:amd64 (1.15-1) ...
Removing libxcb-render0-dev:amd64 (1.15-1) ...
Removing libsepol-dev:amd64 (3.4-2.1) ...
Removing libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libxrender-dev:amd64 (1:0.9.10-1.1) ...
Removing libxext-dev:amd64 (2:1.3.4-1+b1) ...
Removing libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing python3-mako (1.2.4+ds-1) ...
Removing python3-markdown (3.4.1-2) ...
Removing x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Removing x11proto-core-dev (2022.1-1) ...
Removing xml-core (0.18+nmu1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libcairo2:amd64 (1.16.0-7) ...
Removing libfontconfig1:amd64 (2.14.1-4) ...
Removing fontconfig-config (2.14.1-4) ...
Removing fonts-dejavu-core (2.37-6) ...
Removing libc6-dev:amd64 (2.36-9+deb12u13) ...
Removing libc-dev-bin (2.36-9+deb12u13) ...
Removing libcrypt-dev:amd64 (1:4.4.33-2) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libpixman-1-0:amd64 (0.42.2-1) ...
Removing libxcb1-dev:amd64 (1.15-1) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.3+ds-1) ...
Removing libxrender1:amd64 (1:0.9.10-1.1) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb-shm0:amd64 (1.15-1) ...
Removing libxcb-render0:amd64 (1.15-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxext6:amd64 (2:1.3.4-1+b1) ...
Removing linux-libc-dev:amd64 (6.1.153-1) ...
Removing rpcsvc-proto (1.4.3-1) ...
Removing x11proto-dev (2022.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Removing libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Removing libx11-data (2:1.8.4-2+deb12u2) ...
Removing libxcb1:amd64 (1.15-1) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Processing triggers for sgml-base (1.31) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
+ sudo cp dockers/docker-sonic-bmp/base_image_files/monit_bmp ./fsroot-vs//etc/monit/conf.d
+ 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-fpm-frr/base_image_files/platform_utils ./fsroot-vs//usr/bin/platform_utils
+ sudo cp dockers/docker-fpm-frr/base_image_files/idf_isolation ./fsroot-vs//usr/bin/idf_isolation
+ sudo cp dockers/docker-fpm-frr/base_image_files/prefix_list ./fsroot-vs//usr/bin/prefix_list
+ 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-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.3.2-4+b1).
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
+ '[' y == y ']'
+ install_deb_package target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libpython3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46221 files and directories currently installed.)
Preparing to unpack libpython3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
(Reading database ... 46221 files and directories currently installed.)
Preparing to unpack libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i libpython3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46221 files and directories currently installed.)
Preparing to unpack libpython3.11_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11:amd64 (3.11.2-6+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-vs
+ sudo rm -f libpython3.11_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i python3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46221 files and directories currently installed.)
Preparing to unpack python3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11-minimal (3.11.2-6+fips) ...
Processing triggers for systemd (252.39-1~deb12u1) ...
+ cd ./fsroot-vs
+ sudo rm -f python3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ./fsroot-vs/
++ basename -a target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs dpkg -i python3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46221 files and directories currently installed.)
Preparing to unpack python3.11_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11 (3.11.2-6+fips) ...
+ cd ./fsroot-vs
+ sudo rm -f python3.11_3.11.2-6+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold systemd-sonic-generator
Canceled hold on systemd-sonic-generator.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold libssl3
Canceled hold on libssl3.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold libssl-dev
Canceled hold on libssl-dev.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold openssl
Canceled hold on openssl.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold symcrypt-openssl
Canceled hold on symcrypt-openssl.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold openssh-client
Canceled hold on openssh-client.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold ssh
Canceled hold on ssh.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold openssh-sftp-server
Canceled hold on openssh-sftp-server.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold openssh-server
Canceled hold on openssh-server.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-vs apt-mark unhold libk5crypto3
Canceled hold on libk5crypto3.
+ 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-6.1.0-29-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bookworm 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 19 not upgraded.
+ rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin'
+ [[ ! host-image =~ -slave- ]]
+ rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
+ rm -rf /sonic/target /ssh
+ rm -f '/tmp/*'
+ rm -rf /debs /python-wheels /root/.cache
+ find /
+ grep -E __pycache__
+ xargs rm -rf
+ rm -rf '/usr/local/share/buildinfo/build-versions/*'
+ symlink_build_hooks -d
+ set_reproducible_mirrors -d
+ local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/'
+ local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/'
+ local 'expression3=$a#SET_REPR_MIRRORS'
+ '[' -d = -d ']'
+ expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/'
+ expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/'
+ expression3=/#SET_REPR_MIRRORS/d
+ [[ -d != \-\d ]]
+ [[ -d == \-\d ]]
+ '[' -f /etc/apt/sources.list.d/debian.sources.back ']'
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list /etc/apt/sources.list.d/docker.list'
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list.d/docker.list
+ continue
+ rm -f /usr/local/share/buildinfo/versions/01-versions-deb
+ rm -f /etc/apt/preferences.d/01-versions-deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-12-dev libgomp1
libgprofng0 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan2
libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
gcc
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 48.1 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46218 files and directories currently installed.)
Removing gcc (4:12.2.0-3) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
eatmydata
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 25.6 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46187 files and directories currently installed.)
Removing eatmydata (130-2) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 libubsan1
0 upgraded, 0 newly installed, 23 to remove and 0 not upgraded.
After this operation, 180 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46181 files and directories currently installed.)
Removing gcc-12 (12.2.0-14+deb12u1) ...
Removing binutils (2.40-2) ...
Removing binutils-x86-64-linux-gnu (2.40-2) ...
Removing libgprofng0:amd64 (2.40-2) ...
Removing libctf0:amd64 (2.40-2) ...
Removing libbinutils:amd64 (2.40-2) ...
Removing binutils-common:amd64 (2.40-2) ...
Removing cpp (4:12.2.0-3) ...
Removing cpp-12 (12.2.0-14+deb12u1) ...
Removing libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libasan8:amd64 (12.2.0-14+deb12u1) ...
Removing libcc1-0:amd64 (12.2.0-14+deb12u1) ...
Removing libctf-nobfd0:amd64 (2.40-2) ...
Removing libeatmydata1:amd64 (130-2+b1) ...
Removing libgomp1:amd64 (12.2.0-14+deb12u1) ...
Removing libisl23:amd64 (0.25-1.1) ...
Removing libitm1:amd64 (12.2.0-14+deb12u1) ...
Removing liblsan0:amd64 (12.2.0-14+deb12u1) ...
Removing libmpc3:amd64 (1.3.1-1) ...
Removing libmpfr6:amd64 (4.2.0-1) ...
Removing libquadmath0:amd64 (12.2.0-14+deb12u1) ...
Removing libtsan2:amd64 (12.2.0-14+deb12u1) ...
Removing libubsan1:amd64 (12.2.0-14+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C chroot ./fsroot-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
+ 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
6.9G ./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.
[===========================================================\] 41983/41983 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 387166.15 Kbytes (378.09 Mbytes)
26.17% of uncompressed filesystem size (1479708.05 Kbytes)
Inode table size 381224 bytes (372.29 Kbytes)
21.85% of uncompressed inode table size (1744993 bytes)
Directory table size 430902 bytes (420.80 Kbytes)
34.74% of uncompressed directory table size (1240278 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 12933
Number of inodes 54692
Number of files 41716
Number of fragments 799
Number of symbolic links 2525
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 5098
Number of hard-links 5
Number of ids (unique uids + gids) 31
Number of uids 8
root (0)
jenkins (129)
_apt (42)
unknown (300)
unknown (1000)
systemd-timesync (997)
unknown (104)
Debian-exim (100)
Number of gids 28
root (0)
video (44)
disk (6)
audio (29)
cdrom (24)
tty (5)
floppy (25)
dialout (20)
kmem (15)
lp (7)
tape (26)
gjenkins (136)
unknown (111)
adm (4)
shadow (42)
unknown (112)
unknown (300)
unknown (1000)
utmp (43)
systemd-timesync (997)
render (105)
_ssh (109)
messagebus (107)
staff (50)
Debian-exim (106)
systemd-journal (999)
systemd-network (998)
mail (8)
+ sudo chmod -R go-wx ./fsroot-vs/boot
++ sudo LANG=C chroot ./fsroot-vs id -g admin
+ gid_user=1000
+ '[' 1000 '!=' 1000 ']'
+ [[ n == y ]]
+ [[ n == y ]]
+ '[' n = y ']'
+ pushd ./fsroot-vs
/sonic/fsroot-vs /sonic
+ sudo tar -I pigz -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-vs
/sonic/fsroot-vs /sonic
+ sudo tar -I pigz -cf platform.tar.gz -C platform .
+ sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz
adding: boot/ (stored 0%)
adding: boot/initrd.img-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/vmlinuz-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/config-6.1.0-29-2-amd64 (deflated 76%)
adding: boot/System.map-6.1.0-29-2-amd64 (deflated 16%)
adding: platform.tar.gz (stored 0%)
+ popd
/sonic
+ sudo zip -g -n .squashfs:.gz fs.zip fs.squashfs dockerfs.tar.gz
adding: fs.squashfs (stored 0%)
adding: dockerfs.tar.gz (stored 0%)
+ sudo LANG=C chroot ./fsroot-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
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ 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
++ OUTPUT_DSC_IMAGE=target/sonic-vs.tar
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202505.10-392f3b600
+ '[' 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-dell_z9664f-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/dell/x86_64-dell_z9664f-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic ']'
+ '[' 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_ixr7250_x3b-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic ']'
+ '[' 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/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_d4-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7220_d4-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic ']'
+ '[' 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/nokia/x86_64-nokia_ixr7250_x1b-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic ']'
+ '[' 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/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic ']'
+ '[' 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_ds2000-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/celestica/x86_64-cel_ds2000-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic ']'
+ '[' 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_ds1000-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/celestica/x86_64-cel_ds1000-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/celestica/x86_64-cel_ds3000-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_questone_2-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/celestica/x86_64-cel_questone_2-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/platform_asic ']'
+ '[' 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_silverstone_v2-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/celestica/x86_64-cel_silverstone_v2-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/platform_asic ']'
+ '[' 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/x86_64-marvell_db98cx8540_16cd-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/marvell/x86_64-marvell_db98cx8540_16cd-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_dbmvtx9180-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/marvell/x86_64-marvell_dbmvtx9180-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' 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_rd98DX35xx-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/marvell/x86_64-marvell_rd98DX35xx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8514_10cc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/marvell/x86_64-marvell_db98cx8514_10cc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' 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_db98cx8522_10cc-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/marvell/x86_64-marvell_db98cx8522_10cc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic ']'
+ '[' 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/pensando/arm64-elba-asic-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/pensando/arm64-elba-asic-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/pensando/arm64-elba-asic-flash128-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/pensando/arm64-elba-asic-flash128-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/platform_asic ']'
+ '[' 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-nvidia_sn5640_simx-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/mellanox/x86_64-nvidia_sn5640_simx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic ']'
+ '[' 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-nvidia_sn4280-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/mellanox/x86_64-nvidia_sn4280-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/mellanox/x86_64-nvidia_sn5640-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic ']'
+ '[' 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-nvidia_sn5610n-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/mellanox/x86_64-nvidia_sn5610n-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic ']'
+ '[' 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/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/ufispace/x86_64-ufispace_s9301_32d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic ']'
+ '[' 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_s9321_64e-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/ufispace/x86_64-ufispace_s9321_64e-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic ']'
+ '[' 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_s9301_32db-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/ufispace/x86_64-ufispace_s9301_32db-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic ']'
+ '[' 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_7060x6_32pe/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_7060x6_32pe/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']'
+ '[' 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_64pe_b/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_7060x6_64pe_b/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/platform_asic ']'
+ '[' 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_7050cx3_32c/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_7050cx3_32c/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic ']'
+ '[' 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_7060x6_16pe_384c/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_7060x6_16pe_384c/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/platform_asic ']'
+ '[' vs = generic ']'
+ grep -Fxq vs ./device/arista/x86_64-arista_7060x6_16pe_384c_b/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic ']'
+ '[' 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_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_as7712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7726_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ./installer/platforms/x86_64-accton_as7816_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9716_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9726_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_minipack-r0/installer.conf ./installer/platforms/x86_64-accton_minipack-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32qs-r0
+ for VENDOR in `ls ./device`
++ ls ./device/alphanetworks
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_bes2348t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60a0_320fv2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60b0_640f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snj60d0_320f-r0
+ for VENDOR in `ls ./device`
++ ls ./device/arista
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_32pe/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe_b/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/barefoot
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516bf_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_65x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/broadcom
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ']'
+ cp ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ./installer/platforms/x86_64-bcm_xlr-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/celestica
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds1000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds1000-r0/installer.conf ./installer/platforms/x86_64-cel_ds1000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ./installer/platforms/x86_64-cel_ds2000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ./installer/platforms/x86_64-cel_ds3000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_e1031-r0/installer.conf ./installer/platforms/x86_64-cel_e1031-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_midstone-r0/installer.conf ./installer/platforms/x86_64-cel_midstone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_questone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_questone_2-r0/installer.conf ./installer/platforms/x86_64-cel_questone_2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone-r0/installer.conf ./installer/platforms/x86_64-cel_seastone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ./installer/platforms/x86_64-cel_seastone_2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone_v2-r0
+ for VENDOR in `ls ./device`
++ ls ./device/centec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x2q4z-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x6q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48x8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c_d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ']'
+ cp ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ./installer/platforms/x86_64-ew_es6220_x48q2h4-r0
+ for VENDOR in `ls ./device`
++ ls ./device/cig
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs5435_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_56p-r0
+ for VENDOR in `ls ./device`
++ ls ./device/common
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/dell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_e3224f-r0/installer.conf ./installer/platforms/x86_64-dell_e3224f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ./installer/platforms/x86_64-dell_s6000_s1220-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_s6100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_z9100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_z9664f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9664f-r0/installer.conf ./installer/platforms/x86_64-dell_z9664f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248pxe_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248te_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5212f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5224f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5232f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5248f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5296f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9264f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9332f_d1508-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9432f_c3758-r0
+ for VENDOR in `ls ./device`
++ ls ./device/delta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag5648-r0/installer.conf ./installer/platforms/x86_64-delta_ag5648-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v2a-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9064-r0/installer.conf ./installer/platforms/x86_64-delta_ag9064-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_agc032-r0/installer.conf ./installer/platforms/x86_64-delta_agc032-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ./installer/platforms/x86_64-delta_et-6248brb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ./installer/platforms/x86_64-delta_et-c032if-r0
+ for VENDOR in `ls ./device`
++ ls ./device/facebook
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ']'
+ cp ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ./installer/platforms/x86_64-facebook_wedge100-r0
+ for VENDOR in `ls ./device`
++ ls ./device/fs
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/ingrasys
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8810_32q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_64xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9130_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9180_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9200_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9230_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9280_64x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/inventec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ./installer/platforms/x86_64-inventec_d6254qs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ./installer/platforms/x86_64-inventec_d6332-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ./installer/platforms/x86_64-inventec_d6356-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ./installer/platforms/x86_64-inventec_d6556-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7032q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7054q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7264q28b-r0
+ for VENDOR in `ls ./device`
++ ls ./device/juniper
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5200-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5210-r0
+ for VENDOR in `ls ./device`
++ ls ./device/marvell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8514_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8522_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8540_16cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_dbmvtx9180-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_dbmvtx9180-r0/installer.conf ./installer/platforms/x86_64-marvell_dbmvtx9180-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ./installer/platforms/x86_64-marvell_rd98DX35xx-r0
+ for VENDOR in `ls ./device`
++ ls ./device/mellanox
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_lssn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2010-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700_simx-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700a1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2740-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3420-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ./installer/platforms/x86_64-mlnx_x86-r5.0.1400
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn2201-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4280-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5610n-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5640-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/micas
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48gt4v-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-24dc8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-48c8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6920-32qc2x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6930-64qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-128qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-64oc-r0
+ for VENDOR in `ls ./device`
++ ls ./device/mitac
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ']'
+ cp ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ./installer/platforms/x86_64-mitac_ly1200_b32h0_c3-r0
+ for VENDOR in `ls ./device`
++ ls ./device/netberg
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_610-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_710-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_715-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_750-r0
+ for VENDOR in `ls ./device`
++ ls ./device/nokia
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_d4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_d4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_d4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h3-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64o-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x1b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x3b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_36x400g-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_sup-r0
+ for VENDOR in `ls ./device`
++ ls ./device/nvidia-bluefield
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/pegatron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ']'
+ cp ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ./installer/platforms/x86_64-pegatron_porsche-r0
+ for VENDOR in `ls ./device`
++ ls ./device/pensando
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/quanta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix1b_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8a_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8c_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix9_bwde-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ragile
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6910-64c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6920-4s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ruijie
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ']'
+ cp ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ./installer/platforms/x86_64-ruijie_b6510-48vs8cq-r0
+ for VENDOR in `ls ./device`
++ ls ./device/supermicro
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ']'
+ cp ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ./installer/platforms/x86_64-supermicro_sse_t7132s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/tencent
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs8400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs9400-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ufispace
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ./installer/platforms/x86_64-ufispace_s6301_56st-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ./installer/platforms/x86_64-ufispace_s7801_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ./installer/platforms/x86_64-ufispace_s8901_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9110_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9300_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32db-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64e-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64eo-r0
+ for VENDOR in `ls ./device`
++ ls ./device/virtual
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_4_asic-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_6_asic-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wistron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ./installer/platforms/x86_64-wistron_6512_32r-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ./installer/platforms/x86_64-wistron_sw_to3200k-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wnc
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ']'
+ cp ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ./installer/platforms/x86_64-wnc_osw1800-r0
+ platform_conf_file=platform/vs/platform_amd64.conf
+ '[' '!' -f platform/vs/platform_amd64.conf ']'
+ platform_conf_file=platform/vs/platform.conf
+ ./onie-mk-demo.sh amd64 vs x86_64-vs-r0 installer platform/vs/platform.conf target/sonic-vs.bin OS etri-202505.10-392f3b600 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-202505.10-392f3b600
+ onie_image_part_size=32768
+ onie_installer_payload=fs.zip
+ cert_file=
+ key_file=
+ shift 9
+ [ ! -d installer ]
+ [ ! -r installer/sharch_body.sh ]
+ [ ! -d installer ]
+ [ ! -r installer/install.sh ]
+ [ -n etri-202505.10-392f3b600 ]
+ [ -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.NHpQAfm6pd
+ tmp_installdir=/tmp/tmp.NHpQAfm6pd/installer
+ mkdir /tmp/tmp.NHpQAfm6pd/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.NHpQAfm6pd/installer
+ cp onie-image.conf /tmp/tmp.NHpQAfm6pd/installer
+ cp onie-image-amd64.conf /tmp/tmp.NHpQAfm6pd/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/%%ARCH%%/amd64/g -e s/%%IMAGE_VERSION%%/etri-202505.10-392f3b600/g -e s/%%ONIE_IMAGE_PART_SIZE%%/32768/ -e s/%%EXTRA_CMDLINE_LINUX%%// -e s@%%OUTPUT_RAW_IMAGE%%@target/sonic-vs.raw@ /tmp/tmp.NHpQAfm6pd/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.NHpQAfm6pd/installer
+ echo -n .
.+ [ -r platform/vs/platform.conf ]
+ cp platform/vs/platform.conf /tmp/tmp.NHpQAfm6pd/installer/platform.conf
+ echo machine=vs
+ echo platform=x86_64-vs-r0
+ echo -n .
.+ sharch=/tmp/tmp.NHpQAfm6pd/sharch.tar
+ tar -C /tmp/tmp.NHpQAfm6pd -cf /tmp/tmp.NHpQAfm6pd/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.NHpQAfm6pd/sharch.tar ]
+ cat /tmp/tmp.NHpQAfm6pd/sharch.tar
+ + sha1sum
awk {print $1}
+ sha1=9c340bc0778c620b99f6059cc9fca286b6b49a16
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-vs.bin
+ sed -i -e s/%%IMAGE_SHA1%%/9c340bc0778c620b99f6059cc9fca286b6b49a16/ target/sonic-vs.bin
+ echo -n .
.+ wc -c
+ tar_size=1874145280
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|1874145280| target/sonic-vs.bin
+ cat /tmp/tmp.NHpQAfm6pd/sharch.tar
+ echo secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT =
secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT =
+ [ no_sign = dev -o no_sign = prod ]
+ [ no_sign != no_sign ]
+ rm -rf /tmp/tmp.NHpQAfm6pd
+ 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
-rwxr-xr-x 1 jenkins gjenkins 1874147311 Oct 30 03:28 target/sonic-vs.bin
+ clean_up 0
+ rm -rf /tmp/tmp.NHpQAfm6pd
+ exit 0
+ generate_kvm_image
+ NUM_ASIC=
+ '[' == 4 ']'
./build_image.sh: line 35: [: ==: unary operator expected
+ '[' == 6 ']'
./build_image.sh: line 38: [: ==: unary operator expected
+ KVM_IMAGE=target/sonic-vs.img
+ RECOVERY_ISO=target/files/bookworm/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/bookworm/onie-recovery-x86_64-kvm_x86_64-r0.iso target/sonic-vs.bin 16
+ MEM=10240
+ DISK=target/sonic-vs.img
+ ONIE_RECOVERY_ISO=target/files/bookworm/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...
net-tools is already the newest version (2.10-0.1+deb12u2).
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
+ 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.Z8EIqPaXOa
+ mount -o loop ./sonic-installer.img /tmp/tmp.Z8EIqPaXOa
+ cp target/sonic-vs.bin /tmp/tmp.Z8EIqPaXOa/onie-installer.bin
+ umount /tmp/tmp.Z8EIqPaXOa
+ 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 55585 313339 59 150941 459817
Swap: 2047 1983 64
+ [[ 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 55465 443668 59 20733 459937
Swap: 2047 1983 64
++ mktemp
+ kvm_log=/tmp/tmp.PQyX2f9psn
+ trap on_exit EXIT
+ trap on_error ERR
+ echo 'Installing SONiC'
Installing SONiC
+ kvm_pid=48904
+ wait_kvm_ready
+ local count=30
+ local waiting_in_seconds=2.0
+ (( i=1 ))
+ (( i<=30 ))
+ sleep 2.0
+ /usr/bin/kvm -m 10240 -name onie -boot order=cd,once=d -cdrom target/files/bookworm/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 'Thu Oct 30 03:30:04 UTC 2025 [1/30] waiting for the port 9000 ready'
Thu Oct 30 03:30:04 UTC 2025 [1/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ (( i++ ))
+ (( i<=30 ))
+ sleep 2.0
++ date
+ echo 'Thu Oct 30 03:30:06 UTC 2025 [2/30] waiting for the port 9000 ready'
Thu Oct 30 03:30:06 UTC 2025 [2/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ (( i++ ))
+ (( i<=30 ))
+ sleep 2.0
++ date
+ echo 'Thu Oct 30 03:30:08 UTC 2025 [3/30] waiting for the port 9000 ready'
Thu Oct 30 03:30:08 UTC 2025 [3/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ break
+ '[' -d /proc/48904 ']'
+ echo 'to kill kvm: sudo kill 48904'
to kill kvm: sudo kill 48904
+ ./install_sonic.py
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
[H[J[1;1H[?25l[m[H[J[1;1H[2;30HGNU GRUB version 2.02
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m 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. [5;80H [7m[5;3H*ONIE: Rescue [m[5;78H[m[m[6;3H ONIE: Embed ONIE [m[6;78H[m[m[7;3H [m[7;78H[m[m[8;3H [m[8;78H[m[m[9;3H [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatically in 3s. [5;78H[B
[22;1H [23;1H [5;78H[m[5;3H ONIE: Rescue [m[5;78H[m[7m[6;3H*ONIE: Embed ONIE [m[6;78H[m[?25h[H[J[1;1H[H[J[1;1HONIE: 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
[H[J[1;1H[?25l[m[H[J[1;1H[2;30HGNU GRUB version 2.02
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m 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. [5;80H [7m[5;3H*ONIE: Install OS [m[5;78H[m[m[6;3H ONIE: Rescue [m[6;78H[m[m[7;3H ONIE: Uninstall OS [m[7;78H[m[m[8;3H ONIE: Update ONIE [m[8;78H[m[m[9;3H ONIE: Embed ONIE [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatic
ally in 5s. [5;78H[22;1H [23;1H [5;78H[?25h[H[J[1;1H[H[J[1;1HONIE: 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: 9353f6ee-7e8e-49ab-bcd8-0031af1b77bd
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.kNvQI2/image-etri-202505.10-392f3b600
Archive: fs.zip
creating: boot/
inflating: boot/initrd.img-6.1.0-29-2-amd64
inflating: boot/vmlinuz-6.1.0-29-2-amd64
inflating: boot/config-6.1.0-29-2-amd64
inflating: boot/System.map-6.1.0-29-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.xir9No /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 434: 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
[H[J[1;1H[?25l[m[H[J[1;1H[2;30HGNU GRUB version 2.02
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m 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. [5;80H [7m[5;3H*SONiC-OS-etri-202505.10-392f3b600 [m[5;78H[m[m[6;3H ONIE [m[6;78H[m[m[7;3H [m[7;78H[m[m[8;3H [m[8;78H[m[m[9;3H [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatically in 5s. + kill 48904
+ echo 'Booting up SONiC'
Booting up SONiC
+ kvm_pid=49014
+ wait_kvm_ready
+ local count=30
+ local waiting_in_seconds=2.0
+ (( i=1 ))
+ (( i<=30 ))
+ sleep 2.0
+ /usr/bin/kvm -m 10240 -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
++ date
+ echo 'Thu Oct 30 03:33:06 UTC 2025 [1/30] waiting for the port 9000 ready'
Thu Oct 30 03:33:06 UTC 2025 [1/30] waiting for the port 9000 ready
+ netstat -l
+ grep -q :9000
+ break
+ '[' -d /proc/49014 ']'
+ echo 'to kill kvm: sudo kill 49014'
to kill kvm: sudo kill 49014
+ ./check_install.py -u admin -P YourPaSsWoRd -p 9000
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
[H[J[1;1H[?25l[m[H[J[1;1H[2;30HGNU GRUB version 2.02
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m 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. [5;80H [7m[5;3H*SONiC-OS-etri-202505.10-392f3b600 [m[5;78H[m[m[6;3H ONIE [m[6;78H[m[m[7;3H [m[7;78H[m[m[8;3H [m[8;78H[m[m[9;3H [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatically in 5s.
[5;78H[22;1H [23;1H [5;78H[?25h[H[J[1;1H[H[J[1;1HLoading SONiC-OS OS kernel ...
Loading SONiC-OS OS initial ramdisk ...
tune2fs 1.47.0 (5-Feb-2023)
Setting reserved blocks percentage to 0% (0 blocks)
Setting reserved blocks count to 0
[ 8.882656] kdump-tools[423]: Starting kdump-tools:
[ 8.883563] kdump-tools[427]: no crashkernel= parameter in the kernel cmdline ... failed!
[ 8.991275] rc.local[452]: + cat /etc/sonic/sonic_version.yml
[ 9.013359] rc.local[453]: + grep build_version
[ 9.032635] rc.local[461]: + sed -e s/build_version: //g;s/'//g
[ 9.051625] rc.local[447]: + SONIC_VERSION=etri-202505.10-392f3b600
[ 9.056732] rc.local[447]: + FIRST_BOOT_FILE=/host/image-etri-202505.10-392f3b600/platform/firsttime
[ 9.076951] rc.local[447]: + SONIC_CONFIG_DIR=/host/image-etri-202505.10-392f3b600/sonic-config
[ 9.092153] rc.local[447]: + SONIC_ENV_FILE=/host/image-etri-202505.10-392f3b600/sonic-config/sonic-environment
[ 9.101098] rc.local[447]: + [ -d /host/image-etri-202505.10-392f3b600/sonic-config -a -f /host/image-etri-202505.10-392f3b600/sonic-config/sonic-environment ]
[ 9.113861] rc.local[447]: + logger SONiC version etri-202505.10-392f3b600 starting up...
[ 9.141546] rc.local[447]: + grub_installation_needed=
[ 9.142568] rc.local[447]: + [ ! -e /host/machine.conf ]
[ 9.144962] rc.local[447]: + . /host/machine.conf
[ 9.146396] rc.local[447]: + onie_arch=x86_64
[ 9.166621] rc.local[447]: + onie_bin=
[ 9.168088] rc.local[447]: + onie_boot_reason=install
[ 9.171036] rc.local[447]: + onie_build_date=2018-11-17T04:18+00:00
[ 9.171832] rc.local[447]: + onie_build_machine=kvm_x86_64
[ 9.182448] rc.local[447]: + onie_build_platform=x86_64-kvm_x86_64-r0
[ 9.196367] rc.local[447]: + onie_config_version=1
[ 9.205777] rc.local[447]: + onie_dev=/dev/vda2
[ 9.210149] rc.local[447]: + onie_disco_boot_reason=install
[ 9.213279] rc.local[447]: + onie_disco_dns=10.0.2.3
[ 9.214082] rc.local[447]: + onie_disco_interface=eth0
[ 9.220568] rc.local[447]: + onie_disco_ip=10.0.2.15
[ 9.221632] rc.local[447]: + onie_disco_lease=86400
[ 9.229044] rc.local[447]: + onie_disco_mask=24
[ 9.244145] rc.local[447]: + onie_disco_opt53=05
[ 9.248875] rc.local[447]: + onie_disco_router=10.0.2.2
[ 9.264104] rc.local[447]: + onie_disco_serverid=10.0.2.2
[ 9.264673] rc.local[447]: + onie_disco_siaddr=10.0.2.2
[ 9.266458] rc.local[447]: + onie_disco_subnet=255.255.255.0
[ 9.268175] rc.local[447]: + onie_exec_url=file://dev/vdb/onie-installer.bin
[ 9.274895] rc.local[447]: + onie_firmware=auto
[ 9.280446] rc.local[447]: + onie_grub_image_name=shimx64.efi
[ 9.281451] rc.local[447]: + onie_initrd_tmp=/
[ 9.295727] rc.local[447]: + onie_installer=/var/tmp/installer
[ 9.308149] rc.local[447]: + onie_kernel_version=4.9.95
[ 9.308653] rc.local[447]: + onie_local_parts=
[ 9.309249] rc.local[447]: + onie_machine=kvm_x86_64
[ 9.309898] rc.local[447]: + onie_machine_rev=0
[ 9.323461] rc.local[447]: + onie_neighs=[fe80::2-eth0],
[ 9.324334] rc.local[447]: + onie_partition_type=gpt
[ 9.331420] rc.local[447]: + onie_platform=x86_64-kvm_x86_64-r0
[ 9.340404] rc.local[447]: + onie_root_dir=/mnt/onie-boot/onie
[ 9.345460] rc.local[447]: + onie_secure_boot=yes
[ 9.347009] rc.local[447]: + onie_skip_ethmgmt_macs=yes
[ 9.349542] rc.local[447]: + onie_switch_asic=qemu
[ 9.360532] rc.local[447]: + onie_uefi_arch=x64
[ 9.364210] rc.local[447]: + onie_uefi_boot_loader=shimx64.efi
[ 9.364959] rc.local[447]: + onie_vendor_id=42623
[ 9.374315] rc.local[447]: + onie_version=master-201811170418
[ 9.384138] rc.local[447]: + program_console_speed
[ 9.399231] rc.local[477]: + cat /proc/cmdline
[ 9.420794] rc.local[478]: + grep -Eo console=tty(S|AMA)[0-9]+,[0-9]+
[ 9.424410] rc.local[479]: + cut -d , -f2
[ 9.426237] rc.local[447]: + speed=115200
[ 9.428139] rc.local[447]: + [ -z 115200 ]
[ 9.435153] rc.local[447]: + CONSOLE_SPEED=115200
[ 9.440761] rc.local[480]: + grep agetty /lib/systemd/system/serial-getty@.service
[ 9.448320] rc.local[481]: + grep keep-baud
[ 9.452107] rc.local[481]: ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
[ 9.460184] rc.local[447]: + [ 0 = 0 ]
[ 9.464099] rc.local[447]: + sed -i s|\-\-keep\-baud .* %I| 115200 %I|g /lib/systemd/system/serial-getty@.service
[ 9.466049] rc.local[447]: + systemctl daemon-reload
[ 9.621710] rc.local[447]: + [ -f /host/image-etri-202505.10-392f3b600/platform/firsttime ]
[ 9.626129] rc.local[447]: + echo First boot detected. Performing first boot tasks...
[ 9.627540] rc.local[447]: First boot detected. Performing first boot tasks...
[ 9.630667] rc.local[447]: + [ -n ]
[ 9.631082] rc.local[447]: + [ -n x86_64-kvm_x86_64-r0 ]
[ 9.634262] rc.local[447]: + platform=x86_64-kvm_x86_64-r0
[ 9.638767] rc.local[447]: + [ -d /host/old_config ]
[ 9.639306] rc.local[447]: + [ -f /host/minigraph.xml ]
[ 9.644107] rc.local[447]: + [ -n ]
[ 9.645660] rc.local[447]: + touch /tmp/pending_config_initialization
[ 9.651415] rc.local[447]: + touch /tmp/notify_firstboot_to_platform
[ 9.654513] rc.local[447]: + [ ! -d /host/reboot-cause/platform ]
[ 9.655957] rc.local[447]: + mkdir -p /host/reboot-cause/platform
[ 9.656703] rc.local[447]: + [ -d /host/image-etri-202505.10-392f3b600/platform/x86_64-kvm_x86_64-r0 ]
[ 9.659254] rc.local[447]: + [ -f /host/image-etri-202505.10-392f3b600/platform/common/Packages.gz ]
[ 9.666193] rc.local[447]: + dpkg -i /host/image-etri-202505.10-392f3b600/platform/x86_64-kvm_x86_64-r0/sonic-platform-vs_1.0_amd64.deb
[ 9.738470] rc.local[515]: Selecting previously unselected package sonic-platform-vs.
[ 10.741627] rc.local[515]: (Reading database ... 45510 files and directories currently installed.)
[ 10.747111] rc.local[515]: Preparing to unpack .../sonic-platform-vs_1.0_amd64.deb ...
[ 10.750721] rc.local[515]: Unpacking sonic-platform-vs (1.0) ...
[ 10.784445] rc.local[515]: Setting up sonic-platform-vs (1.0) ...
[ 10.800255] rc.local[447]: + sync
[ 10.809911] rc.local[447]: + [ -n x86_64-kvm_x86_64-r0 ]
[ 10.810522] rc.local[447]: + [ -n ]
[ 10.811599] rc.local[447]: + mkdir -p /var/platform
[ 10.812407] rc.local[447]: + [ -f /etc/default/kdump-tools ]
[ 10.813776] rc.local[447]: + sed -i -e s/__PLATFORM__/x86_64-kvm_x86_64-r0/g /etc/default/kdump-tools
[ 10.817060] rc.local[447]: + firsttime_exit
[ 10.818339] rc.local[447]: + rm -rf /host/image-etri-202505.10-392f3b600/platform/firsttime
[ 10.820034] rc.local[447]: + exit 0
Debian GNU/Linux 12 sonic ttyS0
sonic login: admin
admin
Password: YourPaSsWoRd
Linux sonic 6.1.0-29-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) 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
03:33:31 up 0 min, 1 user, load average: 1.36, 0.30, 0.10
show version
admin@sonic:~$ show version
SONiC Software Version: SONiC.etri-202505.10-392f3b600
SONiC OS Version: 12
Distribution: Debian 12.12
Kernel: 6.1.0-29-2-amd64
Build commit: 392f3b600
Build date: Thu Oct 30 03:21:36 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: 03:33:35 up 0 min, 1 user, load average: 2.45, 0.54, 0.18
Date: Thu 30 Oct 2025 03:33:35
Docker images:
REPOSITORY TAG IMAGE ID SIZE
docker-macsec etri-202505.10-392f3b600 1bd1c7f803c6 369MB
docker-macsec latest 1bd1c7f803c6 369MB
docker-teamd etri-202505.10-392f3b600 31a601ab5403 366MB
docker-teamd latest 31a601ab5403 366MB
docker-orchagent etri-202505.10-392f3b600 64581ba88fad 379MB
docker-orchagent latest 64581ba88fad 379MB
docker-sflow etri-202505.10-392f3b600 81b71d534322 367MB
docker-sflow latest 81b71d534322 367MB
docker-fpm-frr etri-202505.10-392f3b600 225a10172d0b 415MB
docker-fpm-frr latest 225a10172d0b 415MB
docker-nat etri-202505.10-392f3b600 a9860161d25b 369MB
docker-nat latest a9860161d25b 369MB
docker-dash-ha etri-202505.10-392f3b600 3512090ba0cd 380MB
docker-dash-ha latest 3512090ba0cd 380MB
docker-syncd-vs etri-202505.10-392f3b600 95eaf74d8ffd 2.2GB
docker-syncd-vs latest 95eaf74d8ffd 2.2GB
docker-gbsyncd-vs etri-202505.10-392f3b600 0b067817711f 2.2GB
docker-gbsyncd-vs latest 0b067817711f 2.2GB
docker-dash-engine etri-202505.10-392f3b600 3a4c12411fd4 697MB
docker-dash-engine latest 3a4c12411fd4 697MB
docker-dhcp-relay etri-202505.10-392f3b600 104011b452a5 346MB
docker-dhcp-relay latest 104011b452a5 346MB
docker-snmp etri-202505.10-392f3b600 cbf48cb90c22 381MB
docker-snmp latest cbf48cb90c22 381MB
docker-platform-monitor etri-202505.10-392f3b600 ec5ff2dc58ef 470MB
docker-platform-monitor latest ec5ff2dc58ef 470MB
docker-sysmgr etri-202505.10-392f3b600 ac3364dd7711 348MB
docker-sysmgr latest ac3364dd7711 348MB
docker-sonic-mgmt-framework etri-202505.10-392f3b600 e4201ac4c51d 426MB
docker-sonic-mgmt-framework latest e4201ac4c51d 426MB
docker-router-advertiser etri-202505.10-392f3b600 a53413ea955d 337MB
docker-router-advertiser latest a53413ea955d 337MB
docker-gnmi-watchdog etri-202505.10-392f3b600 f13f7104b8f2 336MB
docker-gnmi-watchdog latest f13f7104b8f2 336MB
docker-mux etri-202505.10-392f3b600 4d8e6e7e2661 388MB
docker-mux latest 4d8e6e7e2661 388MB
docker-lldp etri-202505.10-392f3b600 f90a9a1ed7c0 382MB
docker-lldp latest f90a9a1ed7c0 382MB
docker-sonic-gnmi etri-202505.10-392f3b600 7e9629e5169f 450MB
docker-sonic-gnmi latest 7e9629e5169f 450MB
docker-eventd etri-202505.10-392f3b600 238a199072ca 336MB
docker-eventd latest 238a199072ca 336MB
docker-bmp-watchdog etri-202505.10-392f3b600 b1140b3b19ab 336MB
docker-bmp-watchdog latest b1140b3b19ab 336MB
docker-database etri-202505.10-392f3b600 028dd55bb7e4 344MB
docker-database latest 028dd55bb7e4 344MB
docker-auditd-watchdog etri-202505.10-392f3b600 8635884394c6 336MB
docker-auditd-watchdog latest 8635884394c6 336MB
docker-sonic-bmp etri-202505.10-392f3b600 f7509aad75e4 338MB
docker-sonic-bmp latest f7509aad75e4 338MB
docker-auditd etri-202505.10-392f3b600 333ae893e5fe 336MB
docker-auditd latest 333ae893e5fe 336MB
admin@sonic:~$ show ip bgp sum
show ip bgp sum
Exiting: failed to connect to any daemons.
admin@sonic:~$ sync
sync
admin@sonic:~$ + kill 49014
+ exit 0
+ on_exit
+ rm -f /tmp/tmp.PQyX2f9psn
+ '[' 0 -ne 0 ']'
+ '[' -r target/sonic-vs.img ']'
+ pigz 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: Thu Oct 30 03:33:50 UTC 2025
Elapsed time: 0h 12m 58s
|