Skip to content

Weird errors when running ./x.py test? #142350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
workingjubilee opened this issue Jun 11, 2025 · 3 comments · Fixed by #142374
Closed

Weird errors when running ./x.py test? #142350

workingjubilee opened this issue Jun 11, 2025 · 3 comments · Fixed by #142374
Labels
C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@workingjubilee
Copy link
Member

I have no idea if this has to do with the recent bootstrap changes, but I'm seeing this a lot, plus a looot of rustc-ice.txts in my rustc directory.

running 109 tests
.............error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
error: invalid key (newline): branch.c-int-width-is-an-integer
.remote
fatal: unable to parse command-line config
...........................................................................  88/109
.....................
@workingjubilee workingjubilee added the C-bug Category: This is a bug. label Jun 11, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jun 11, 2025
@jieyouxu jieyouxu added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Jun 11, 2025
@jieyouxu
Copy link
Member

jieyouxu commented Jun 11, 2025

Can you share your config?

@Kobzol
Copy link
Contributor

Kobzol commented Jun 11, 2025

Sorry, missed this while reviewing #141909. #142374 should fix this.

@workingjubilee
Copy link
Member Author

# See bootstrap.example.toml for documentation of available options
#
profile = "compiler"  # Includes one of the default files in src/bootstrap/defaults
change-id = 141970

@bors bors closed this as completed in c97dca6 Jun 12, 2025
rust-timer added a commit that referenced this issue Jun 12, 2025
Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko

Fix missing newline trim in bootstrap

Fixes [this comment](https://github.com/rust-lang/rust/pull/141909/files#r2140632918).

Fixes: #142350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants