Open Bug 1287432 Opened 8 years ago Updated 2 years ago

Artifact build does not work with beta branch/repository

Categories

(Firefox Build System :: Android Studio and Gradle Integration, defect, P5)

All
Android
defect

Tracking

(Not tracked)

People

(Reporter: sebastian, Unassigned)

Details

I cannot build Fennec (artifact build!) from the beta branch/repository:

> TheSilence:beta sebastian$ ./mach artifact install
>  0:01.74 Attempting to find a pushhead containing 85112a93cf1ddde17cc60cb9edd2b6b90218fcaf on mozilla-central.
>  0:02.82 Attempting to find a pushhead containing 85112a93cf1ddde17cc60cb9edd2b6b90218fcaf on integration/fx-team.
>  0:03.79 Attempting to find a pushhead containing 85112a93cf1ddde17cc60cb9edd2b6b90218fcaf on integration/mozilla-inbound.
>  0:04.79 Attempting to find a pushhead containing 85112a93cf1ddde17cc60cb9edd2b6b90218fcaf on releases/mozilla-aurora.
> Error running mach:
> 
>     ['artifact', 'install']
> 
> The error occurred in code that was called by the mach command. This is either
> a bug in the called code itself or in the way that mach is calling it.
> 
> You should consider filing a bug for this issue.
> 
> If filing a bug, please include the full output of mach, including this error
> message.
> 
> The details of the failure are as follows:
> 
> Exception: Could not find any candidate pushheads in the last 50 revisions.
> Search started with 85112a93cf1ddde17cc60cb9edd2b6b90218fcaf, which must be known to Mozilla automation.
> 
> see https://developer.mozilla.org/en-US/docs/Artifact_builds
> 
>   File "/Users/sebastian/Projects/Mozilla/beta/python/mozbuild/mozbuild/mach_commands.py", line 1547, in artifact_install
>     return artifacts.install_from(source, self.distdir)
>   File "/Users/sebastian/Projects/Mozilla/beta/python/mozbuild/mozbuild/artifacts.py", line 1015, in install_from
>     return self.install_from_recent(distdir)
>   File "/Users/sebastian/Projects/Mozilla/beta/python/mozbuild/mozbuild/artifacts.py", line 978, in install_from_recent
>     return self._install_from_hg_pushheads(hg_pushheads, distdir)
>   File "/Users/sebastian/Projects/Mozilla/beta/python/mozbuild/mozbuild/artifacts.py", line 958, in _install_from_hg_pushheads
>     for hg_hash in hg_pushheads:
>   File "/Users/sebastian/Projects/Mozilla/beta/python/mozbuild/mozbuild/artifacts.py", line 869, in _find_pushheads
>     rev=last_revs[0], num=NUM_PUSHHEADS_TO_QUERY_PER_PARENT))
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195

Needinfo :susheel if you think this bug should be re-triaged.
Priority: -- → P5
Product: Firefox for Android → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.