Skip to content

IndexError: list index out of range when running ./x.py help #58640

@Eijebong

Description

@Eijebong
Contributor
$ ./x.py help
Traceback (most recent call last):
  File "./x.py", line 11, in <module>
    bootstrap.main()
  File "/home/eijebong/code/rust/src/bootstrap/bootstrap.py", line 833, in main
    sys.argv = sys.argv[:1] + [sys.argv[2], '-h'] + sys.argv[3:]
IndexError: list index out of range

Activity

added
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
on Feb 22, 2019
Centril

Centril commented on Feb 22, 2019

@Centril
Contributor

cc @rust-lang/infra

added 6 commits that reference this issue on Feb 25, 2019
8d210de
08e2d0d
a5074b1
6f881b3
3dfd537
fed5610
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

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-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

        @Centril@Eijebong

        Issue actions

          IndexError: list index out of range when running `./x.py help` · Issue #58640 · rust-lang/rust