sonic-net / sonic-buildimage

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

failed to build "target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb" and "target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb" on branch 201911 on 2021/7/6 #8068

Open nicwu-cel opened 3 years ago

nicwu-cel commented 3 years ago

Description

Steps to reproduce the issue:

  1. git clone https://github.com/Azure/sonic-buildimage.git
  2. git checkout 201911 origin/201911
  3. make init
  4. reuse the stretch docker images by modifying Makefile and Makefile.work
  5. make configure PLATFORM=innovium
  6. make target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb
  7. make target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb

Describe the results you received:

[ FAIL LOG START ] [ target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb ] /bin/bash: line 9: pushd: platform/innovium/sonic-platform-modules-cameo: No such file or directory [ FAIL LOG END ] [ target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb ] slave.mk:360: recipe for target 'target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb' failed make: [target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb] Error 1 make[1]: [Makefile.work:202: target/sonic-innovium.bin] Error 2 make[1]: Leaving directory '/home2/jersey/work/nicholas/SilverstoneX_SONiC/merge_build/sonic-buildimage' make: *** [Makefile:8: target/sonic-innovium.bin] Error 2

[ FAIL LOG START ] [ target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb ] /sonic/platform/innovium/sonic-platform-modules-wistron /sonic tail: cannot open 'debian/changelog' for reading: No such file or directory dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1 [ FAIL LOG END ] [ target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb ] slave.mk:360: recipe for target 'target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb' failed make: [target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb] Error 1 make[1]: [Makefile.work:202: target/sonic-innovium.bin] Error 2 make[1]: Leaving directory '/home2/jersey/work/nicholas/SilverstoneX_SONiC/merge_build/sonic-buildimage' make: *** [Makefile:8: target/sonic-innovium.bin] Error 2

Describe the results you expected:

build target/debs/stretch/sonic-platform-cameo-esc601-32q_1.0.0_amd64.deb successfully build target/debs/stretch/sonic-platform-wistron-sw-to3200k_1.1_amd64.deb successfully

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

zhangyanzhao commented 3 years ago

Need Innovium to take a look. @tonytitus please help to check. Thanks.