Skip to content

AppVeyor spuriously killing a dist- job with message "Build exceeded allowed resource quotas" #58025

@pnkfelix

Description

@pnkfelix
Member

Symptom: A job on AppVeyor (currently all are dist-x86_64-mingw) is killed while creating the setup EXE, with the AppVeyor message

Build exceeded allowed resource quotas. Fix your build to consume less resources or contact AppVeyor support to request quotas increase.

We guess the quota mentioned is the disk space.

#57514 (comment) (2019-01-30T21:04:02Z) is the first known instance. This error is occurring once to twice per day.

Activity

added
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
on Jan 31, 2019
mati865

mati865 commented on Jan 31, 2019

@mati865
Member

#57514 passed after retry.

When comparing logs:

Both get to the point:

Successful compile (288.031 sec). Resulting Setup program filename is:
C:\projects\rust\build\tmp\dist\exe\rust-nightly-x86_64-pc-windows-gnu.exe
rust.wxs
ui.wxs
rustwelcomedlg.wxs
RustcGroup.wxs
DocsGroup.wxs
CargoGroup.wxs
StdGroup.wxs
ClippyGroup.wxs
MiriGroup.wxs
AnalysisGroup.wxs
GccGroup.wxs

Then failed job output stops (process hangs?) while successful job prints warnings for .wsx objects and finishes the build.

EDIT: Also taking back my words:

Somehow build succeed but AppVeyor detected it as a fail:

Builds seems to freeze.

added
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
on Feb 6, 2019
changed the title [-]CI: Appveyor misclassifying tool failures on successful builds as build errors[/-] [+]AppVeyor spuriously killing a dist- job with message "Build exceeded allowed resource quotas"[/+] on Feb 7, 2019
kennytm

kennytm commented on Feb 7, 2019

@kennytm
Member

I've replaced the issue description and title with the actual problem.

pietroalbini

pietroalbini commented on Feb 19, 2019

@pietroalbini
Member
pietroalbini

pietroalbini commented on Feb 20, 2019

@pietroalbini
Member

According to AppVeyor support the problem was disk space, and they increased our quota by 10Gb. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kennytm@pnkfelix@mati865@pietroalbini

        Issue actions

          AppVeyor spuriously killing a dist- job with message "Build exceeded allowed resource quotas" · Issue #58025 · rust-lang/rust