On Tue, Aug 29, 2017 at 1:00 PM, Peter Kjellerstedt <[email protected]> wrote: > Occasionally, we see errors on our autobuilders where a setscene task > fails to retrieve a file from our global sstate cache. It typically > looks something like this: > > WARNING: zip-3.0-r2 do_populate_sysroot_setscene: Failed to fetch URL > file://66/sstate:zip:core2-64-poky-linux:3.0:r2:core2-64:3:\ > 66832b8c4e7babe0eac9d9579d1e2b6a_populate_sysroot.tgz;\ > downloadfilename=66/sstate:zip:core2-64-poky-linux:3.0:r2:core2-64:3:\ > 66832b8c4e7babe0eac9d9579d1e2b6a_populate_sysroot.tgz, attempting > MIRRORS if available > ERROR: zip-3.0-r2 do_populate_sysroot_setscene: Fetcher failure: > Unable to find file > file://66/sstate:zip:core2-64-poky-linux:3.0:r2:core2-64:3:\ > 66832b8c4e7babe0eac9d9579d1e2b6a_populate_sysroot.tgz;\ > downloadfilename=66/sstate:zip:core2-64-poky-linux:3.0:r2:core2-64:3:\ > 66832b8c4e7babe0eac9d9579d1e2b6a_populate_sysroot.tgz anywhere. The > paths that were searched were: > /home/pkj/.openembedded/sstate-cache
To trigger this, do you have SSTATE_MIRRORS pointing to "/home/pkj/.openembedded/sstate-cache" and SSTATE_DIR pointed somewhere else? Or are they both pointing to the same local directory? Or something else? > ERROR: zip-3.0-r2 do_populate_sysroot_setscene: No suitable staging > package found > WARNING: Setscene task > (meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot_setscene) > failed with exit code '1' - real task will be run instead > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
