-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[202305] Build failure on latest 202305 in target sonic-p4rt_0.0.1_amd64.deb #16087
Comments
It seems that due to a permission issue with the creation of the CIPD_CLIENT_TMP in /usr/share/depot_tools/cipd, the cipd_bin_setup.sh has failed. |
Observed the same problem on master when building vs target. [ FAIL LOG START ] [ target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb ] Build start time: Fri Aug 11 03:40:46 UTC 2023 [ REASON ] : target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb does not exist NON-EXISTENT PREREQUISITES: target/debs/bullseye/libswsscommon-dev_1.0.0_amd64.deb-install [ FLAGS FILE ] : [] [ FLAGS DEPENDS ] : [] [ FLAGS DIFF ] : [] make[1]: warning: -j8 forced in submake: resetting jobserver mode. make[1]: Entering directory '/sonic/src/sonic-p4rt' function cleanup { # Note: make seems to hang if Bazel is still running cd /sonic/src/sonic-p4rt/sonic-pins && bazel shutdown } trap cleanup EXIT pushd ./sonic-pins bazel build --fission=yes --features=per_object_debug_info --override_repository=sonic_swss_common=/sonic/src/sonic-swss-common -c opt //p4rt_app:p4rt_deb //p4rt_app:p4rt_dbg_deb bazel test --fission=yes --features=per_object_debug_info --override_repository=sonic_swss_common=/sonic/src/sonic-swss-common -c opt //p4rt_app/... cd ./bazel-bin/p4rt_app mv sonic-p4rt_0.0.1_amd64.deb sonic-p4rt-dbgsym_0.0.1_amd64.deb /sonic/target/debs/bullseye/ popd /sonic/src/sonic-p4rt/sonic-pins /sonic/src/sonic-p4rt /usr/share/depot_tools/vpython3: line 48: /usr/share/depot_tools/.cipd_bin/vpython3: No such file or directory /usr/share/depot_tools/vpython3: line 48: /usr/share/depot_tools/.cipd_bin/vpython3: No such file or directory make[1]: *** [Makefile:34: /sonic/target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb] Error 127 make[1]: Leaving directory '/sonic/src/sonic-p4rt' [ FAIL LOG END ] [ target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb ] make: *** [slave.mk:685: target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb] Error 1 make: *** Waiting for unfinished jobs.... |
Fixed by #16114 |
saiarcot895 has a PR to fix. #16114 |
Yes, when i compile the SONiC image of the master branch in github. [ FAIL LOG START ] [ target/debs/bullseye/sonic-p4rt_0.0.1_amd64.deb ] Note: make seems to hang if Bazel is still runningcd /sonic/src/sonic-p4rt/sonic-pins && bazel shutdown |
Description
Observed on hash b226ae0.
Steps to reproduce the issue:
Describe the results you received:
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):
The text was updated successfully, but these errors were encountered: