You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I'm getting several warnings from bitbake when building cockpit:
WARNING: cockpit-145-r0 do_package_qa: QA Issue: cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/dashboard.min.js.gz is owned by uid 1001, which is the same as the user
running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/manifest.json is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.fi.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/index.html.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.my.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.cs.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.hu.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.uk.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.hr.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.fr.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.es.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.pt_BR.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.zh_CN.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.tr.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.de.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.pt.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.ko.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.pl.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.pa.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.ca.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/po.da.js.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination
cockpit: /cockpit-dashboard/usr/share/cockpit/dashboard/dashboard.css.gz is owned by uid 1001, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
I tried the following steps and the warnings were no longer seen while building cockpit.
Step 1: Run the command " bitbake intel-aero-image -c cleanall -f ".
Step 2: Delete the .repodata file situated in the "poky/build/tmp/work/intel_aero-poky-linux/core-image-minimal-initramfs/1.0-r0/oe-rootfs-repo" file path.
The above process of cleaning the component image did the job for me. Now when I build cockpit, bitbake does not throw any warnings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting several warnings from bitbake when building cockpit:
@whbruce any idea?
The text was updated successfully, but these errors were encountered: