[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [xen-unstable-smoke test] 155811: regressions - FAIL
On 14.10.2020 22:41, osstest service owner wrote: > flight 155811 xen-unstable-smoke real [real] > http://logs.test-lab.xenproject.org/osstest/logs/155811/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > build-amd64 6 xen-build fail REGR. vs. > 155805 Looks like the changes to tools/include/xen/ population have increased the chances of running into the race (or some similar one) reported by Olaf in "races in toolstack build": make[5]: Entering directory '/home/osstest/build.155810.build-amd64/xen/tools/include' make -C xen-foreign make[6]: Entering directory '/home/osstest/build.155810.build-amd64/xen/tools/include/xen-foreign' mkdir -p xen/libelf acpi ln -s /home/osstest/build.155810.build-amd64/xen/tools/include/../../xen/include/public/COPYING xen/ ln -s /home/osstest/build.155810.build-amd64/xen/tools/include/../../xen/include/public/*.h xen/ xg_main.c:52:10: fatal error: xen/sys/privcmd.h: No such file or directory #include <xen/sys/privcmd.h> ^~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [/home/osstest/build.155810.build-amd64/xen/tools/debugger/gdbsx/xg/../../../../tools/Rules.mk:145: xg_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... ln -s /home/osstest/build.155810.build-amd64/xen/tools/include/../../xen/include/public/*/ xen/ ln -s ../xen-sys/Linux xen/sys Obviously recursing into tools/include/ needs to precede any other recursion underneath tools/. Or wait - this is a bogus 2nd recursion into tools/include/, there's an appropriate one very early in the build. I guess it's make[4]: Leaving directory '/home/osstest/build.155810.build-amd64/xen/tools/debugger/gdbsx/gx' make -C xg make[4]: Entering directory '/home/osstest/build.155810.build-amd64/xen/tools/debugger/gdbsx/xg' make -C ../../../include Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |