sonic-net / sonic-buildimage

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

[201911] Build issue at "configure" stage #16086

Open stepanblyschak opened 1 year ago

stepanblyschak commented 1 year ago

Description

The build of latest 201911 (fd153e0584363d8f42bf04c166da1d97f2cc9f34) fails with the following error when running SONIC_BUILD_JOBS=8 NOSTRETCH=1 make configure PLATFORM=mellanox:

Step 9/45 : RUN dpkg -i /root/faketime_0.9.7-2_amd64.deb /root/libfaketime_0.9.7-2_amd64.deb
 ---> Running in 232969c21815
dpkg-deb: error: `/root/faketime_0.9.7-2_amd64.deb' is not a debian format archive
dpkg: error processing archive /root/faketime_0.9.7-2_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
dpkg-deb: error: `/root/libfaketime_0.9.7-2_amd64.deb' is not a debian format archive
dpkg: error processing archive /root/libfaketime_0.9.7-2_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 /root/faketime_0.9.7-2_amd64.deb
 /root/libfaketime_0.9.7-2_amd64.deb
The command '/bin/sh -c dpkg -i /root/faketime_0.9.7-2_amd64.deb /root/libfaketime_0.9.7-2_amd64.deb' returned a non-zero code: 1

Steps to reproduce the issue:

  1. git clone -b 201911 git@github.com:azure/sonic-buildimage
  2. git submodule update --init --recursive
  3. SONIC_BUILD_JOBS=8 NOSTRETCH=1 make configure PLATFORM=mellanox

Describe the results you received:

Error trying to build slave container.

Describe the results you expected:

Successful build.

Output of show version:

N/A

Output of show techsupport:

N/A

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

[stepanb@r-build-sonic-ci02-243] sonic-buildimage ➜ file libfaketime_0.9.7-2_amd64.deb
libfaketime_0.9.7-2_amd64.deb: XML 1.0 document, UTF-8 Unicode (with BOM) text
[stepanb@r-build-sonic-ci02-243] sonic-buildimage ➜ cat libfaketime_0.9.7-2_amd64.deb
<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:a12896d3-501e-0077-40ba-ca3de1000000
Time:2023-08-09T12:12:50.6283967Z</Message><AuthenticationErrorDetail>Signature did not match. String to sign used was r
2022-12-05T06:39:44Z
2032-12-05T14:39:44Z
/blob/sonicstoragepublic/packages/libfaketime_0.9.7-2_amd64.deb

https
2021-06-08
b

</AuthenticationErrorDetail></Error>
saiarcot895 commented 1 year ago

@xumia Was libfaketime removed from the blob storage for some reason? It doesn't look like it can be downloaded anymore.

volodymyrsamotiy commented 1 year ago

@xumia, could you please update if there is any progress on this issue? Thanks!