Diff for "PPAQuickStart/BuildFailuresDraft"

Not logged in - Log In / Register

Differences between revisions 2 and 3
Revision 2 as of 2008-06-17 14:21:18
Size: 2067
Editor: localhost
Comment: converted to 1.6 markup
Revision 3 as of 2011-07-01 15:14:27
Size: 2062
Editor: 83
Comment: update docs that assume there's one PPA per person
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Your new build request will be created 30 minutes after you receive the the ```ACCEPTED``` source upload notification. You can check the status of your builds at:

htt
ps://launchpad.net/people/+me/+archive/+builds
Your new build request will be created 30 minutes after you receive the the ```ACCEPTED``` source upload notification. You can check the status of your builds by clicking "View package details" from a PPA page.

This is a draft of a new section for the PPAQuickStart. This is not yet official Launchpad documentation.

Dealing with build failures in PPAs

Your new build request will be created 30 minutes after you receive the the ACCEPTED source upload notification. You can check the status of your builds by clicking "View package details" from a PPA page.

Build-farm load will determine how long it will take for your package to to be dispatched.

https://launchpad.net/+builds

If one of your builds fail, you will receive a build failure notification email containing:

  • build URL
  • failure state
  • build log URL
  • binary upload log for FAILED_TO_UPLOAD state.

The failure states can be:

  • FAILED_TO_BUILD: known as FTBFS (failed to build from source), usually represents compilation failures or broken control/rules. Requires a new source upload to fix the problem.

  • MANUAL_DEP_WAIT: when the builder could not retrieve all build-dependencies requested by the source package. Sometimes it is caused by violations of the "ogre-model" (link to explanation) or by simply requiring missing versions either in Ubuntu or in the PPA itself. The uploader has to analyze each case.

  • FAILED_TO_UPLOAD: when the binaries were successfully built but could not be accepted in the PPA in question. Usually, binaries are refused because they do not match the values specified in source control file (hacks done in debian/rules). Most of the times it will require a new source upload.

  • CHROOT_WAIT: when the builder encountered a problem to set up the PPA chroot. Usually requires further investigation, please contact a launchpad-buildd-admin member of send email to lp-user list.

In all failure cases, it is possible to 'retry' the build procedure by clicking on the Retry item on the action menu (top-left portlet) in the build record page. This link is only presented to PPA owners (or team administrators in the case of Team PPAs).

  • (screenshot of any build page allowing 'retry')

PPAQuickStart/BuildFailuresDraft (last edited 2011-07-01 15:14:27 by 83)