sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
728 stars 1.39k forks source link

Arista 7050QX-32S has no switch interfaces build 3e110fb0 #4719

Open michael-bu opened 4 years ago

michael-bu commented 4 years ago

BUG REPORT INFORMATION

show version

SONiC Software Version: SONiC.master.302-3e110fb0 Distribution: Debian 10.4 Kernel: 4.19.0-6-amd64 Build commit: 3e110fb0 Build date: Wed Jun 3 11:51:32 UTC 2020 Built by: johnar@jenkins-worker-11

Platform: x86_64-arista_7050_qx32s HwSKU: Arista-7050-QX-32S ASIC: broadcom

Briefly describe the problem you are having in a few paragraphs.

This is the first build of SONiC I have tried, admin@sonic:/var/dump$ show interfaces status admin@sonic:/var/dump$ No output at all from show interfaces status

admin@sonic:/var/dump$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether fc:bd:67:85:6e:2c brd ff:ff:ff:ff:ff:ff inet 10.10.1.99/24 brd 10.10.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::febd:67ff:fe85:6e2c/64 scope link valid_lft forever preferred_lft forever 3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:a7:51:16:82 brd ff:ff:ff:ff:ff:ff inet 240.127.1.1/24 brd 240.127.1.255 scope global docker0 valid_lft forever preferred_lft forever 4: bcm0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 02:10:18:f0:94:2a brd ff:ff:ff:ff:ff:ff 24: Bridge: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 76:4d:19:a8:ea:4e brd ff:ff:ff:ff:ff:ff inet6 fe80::74e3:40ff:fe75:740e/64 scope link valid_lft forever preferred_lft forever 25: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop master Bridge state DOWN group default qlen 1000 link/ether 76:4d:19:a8:ea:4e brd ff:ff:ff:ff:ff:ff 26: Loopback0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/ether 92:77:c2:21:f0:8b brd ff:ff:ff:ff:ff:ff inet 10.1.0.1/32 scope global Loopback0 valid_lft forever preferred_lft forever inet6 fe80::9077:c2ff:fe21:f08b/64 scope link valid_lft forever preferred_lft forever 27: Vlan1@Bridge: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN group default qlen 1000 link/ether fc:bd:67:85:6e:2c brd ff:ff:ff:ff:ff:ff

There doesn't appear to be any switch ports coming up here at all

Generate dump seemed to have failed to grab everything, but seems to have grabbed most things.

sonic_dump_sonic_20200605_151445.tar.gz

michael-bu commented 4 years ago

Also confirming syncd is running

root@sonic:~# systemctl --failed 0 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'.

xinliu-seattle commented 4 years ago

@michael-bu, there is a PR checked in yesterday https://github.com/Azure/sonic-buildimage/pull/4725, please try again.

Staphylo commented 3 years ago

We do not see this issue on latest master nor release branches. I think this bug should be closed/resolved.