Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

cockpit: warning on build #251

Open
lucasdemarchi opened this issue Aug 4, 2017 · 1 comment
Open

cockpit: warning on build #251

lucasdemarchi opened this issue Aug 4, 2017 · 1 comment

Comments

@lucasdemarchi
Copy link
Collaborator

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]

@whbruce any idea?

@diksha-gupta
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants