Closed bvacaliuc closed 2 years ago
This has been happening since we stopped building thud
and started building dunfell
.
That's the log file with the error.
This is now catastrophic after an attempt to merge with #69 , no root file system is produced and no SD card image is produced either.
What are you using? My branch builds with make environment and make build. I added in some Dev tools but the dotnet and earlier builds with no issues for me. I'll do another build later.
Using #67 , your last patch helped. Looking much better. Both rootfs and swu can build now. There is a residual QA issue which comes out as an ERROR and still requires us to ignore the exit code of the full image build:
WARNING: linux-variscite-5.4.85+gitAUTOINC+343970224e-r0 do_kernel_metadata: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-src went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-dbg went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-archive went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-tests went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-perl went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-python went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-staticdev went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-dev went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-doc went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf-locale went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
ERROR: perf-1.0-r9 do_packagedata: QA Issue: Package version for package perf went backwards which would break package feeds (from 0:5.4.85+gef3e928cdd43-r9 to 0:5.4.85+g76c85cd7ee66-r9) [version-going-backwards]
WARNING: var-dev-update-full-image-1.0-r0 do_rootfs: The license listed Microsoft_Software_License was not in the licenses collected for recipe vsdbg
NOTE: Tasks Summary: Attempted 7551 tasks of which 6967 didn't need to be rerun and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 17 seconds
Summary: There were 2 WARNING messages shown.
Summary: There were 11 ERROR messages shown, returning a non-zero exit code.
Makefile:161: recipe for target 'build' failed
make[1]: *** [build] Error 1
Makefile:147: recipe for target 'all' failed
make: [all] Error 2 (ignored)
But if we ignore that and move on, the archive is produced and creates an SD card. (boot test pending)
Recommend closing this and linked to PR #67 as this issue was fixed with that. The other "errors" can be fixed by starting a new build or removing the old perf packages from work and sstate folders. Its just an error saying that the perf packages went down in version from where we were.
Error seems to be resolved.
This causes a
var-dev-update-full-image
build to fail, although most items are successfully installed. Current workaround is to ignore the exit code in the Makefile to continue with the build steps, but this is a bad hack.