Inspecting module build failures in Fedora

Have you submitted a build which failed? This page will point you to the right places to get all the information about build failures.

Inspecting build failures

Run the following command using the BUILD_ID from the previous step:

Reminder: You got the BUILD_ID when you submitted a module build.
$ fedpkg module-build-info BUILD_ID

which shows you "State Reason" — a short summary of the build failure regarding the whole module, as well as a list of individual packages in the module. Find the ones that failed and go to the "Koji Task" URL. There, click on the "Build" link which gets you to the module build page. On this page, inspect the root.log, build.log, and other files to get the build error.