Skip to content

Fix LegacyKeyValueFormat report from docker build: i686#153526

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
homersimpsons:chore/fix-LegacyKeyValueFormat-i686
Mar 28, 2026
Merged

Fix LegacyKeyValueFormat report from docker build: i686#153526
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
homersimpsons:chore/fix-LegacyKeyValueFormat-i686

Conversation

@homersimpsons
Copy link
Copy Markdown
Contributor

Part of #152305

r? @marcoieni

@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Mar 7, 2026
@rust-log-analyzer

This comment has been minimized.

@homersimpsons homersimpsons force-pushed the chore/fix-LegacyKeyValueFormat-i686 branch from d845136 to 63a02ac Compare March 7, 2026 08:50
@homersimpsons
Copy link
Copy Markdown
Contributor Author

(force-pushed just to restart GitHub actions that was somehow cancelled)

@marcoieni
Copy link
Copy Markdown
Member

@bors try jobs=dist-i586-gnu-i586-i686-musl,dist-i686-linux,i686-gnu-nopt,i686-gnu

@rust-bors

This comment has been minimized.

rust-bors bot pushed a commit that referenced this pull request Mar 27, 2026
…i686, r=<try>

Fix LegacyKeyValueFormat report from docker build: i686


try-job: dist-i586-gnu-i586-i686-musl
try-job: dist-i686-linux
try-job: i686-gnu-nopt
try-job: i686-gnu
@rust-bors rust-bors bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 27, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 27, 2026

💔 Test for 7ea10a3 failed: CI. Failed job:

@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling ureq v3.0.8
   Compiling citool v0.1.0 (/home/runner/work/rust/rust/src/ci/citool)
    Finished `dev` profile [unoptimized] target(s) in 32.18s
     Running `target/debug/citool calculate-job-matrix`
Run type: TryJob { job_patterns: Some(["dist-i586-gnu-i586-i686-musl", "dist-i686-linux", "i686-gnu-nopt", "i686-gnu"]) }
Error: Failed to calculate job matrix

Caused by:
    Patterns `i686-gnu-nopt, i686-gnu` did not match any auto jobs
##[error]Process completed with exit code 1.
Post job cleanup.

@marcoieni
Copy link
Copy Markdown
Member

@bors try jobs=dist-i586-gnu-i586-i686-musl,dist-i686-linux,i686-gnu-nopt-1,i686-gnu

@rust-bors

This comment has been minimized.

rust-bors bot pushed a commit that referenced this pull request Mar 27, 2026
…i686, r=<try>

Fix LegacyKeyValueFormat report from docker build: i686


try-job: dist-i586-gnu-i586-i686-musl
try-job: dist-i686-linux
try-job: i686-gnu-nopt-1
try-job: i686-gnu
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 27, 2026

💔 Test for eb4f85b failed: CI. Failed job:

@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling askama v0.15.4
   Compiling citool v0.1.0 (/home/runner/work/rust/rust/src/ci/citool)
    Finished `dev` profile [unoptimized] target(s) in 19.12s
     Running `target/debug/citool calculate-job-matrix`
Run type: TryJob { job_patterns: Some(["dist-i586-gnu-i586-i686-musl", "dist-i686-linux", "i686-gnu-nopt-1", "i686-gnu"]) }
Error: Failed to calculate job matrix

Caused by:
    Patterns `i686-gnu` did not match any auto jobs
##[error]Process completed with exit code 1.
Post job cleanup.

@marcoieni
Copy link
Copy Markdown
Member

@bors try jobs=dist-i586-gnu-i586-i686-musl,dist-i686-linux,i686-gnu-nopt-1,i686-gnu-1

@rust-bors

This comment has been minimized.

rust-bors bot pushed a commit that referenced this pull request Mar 27, 2026
…i686, r=<try>

Fix LegacyKeyValueFormat report from docker build: i686


try-job: dist-i586-gnu-i586-i686-musl
try-job: dist-i686-linux
try-job: i686-gnu-nopt-1
try-job: i686-gnu-1
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 27, 2026

☀️ Try build successful (CI)
Build commit: 3649ee9 (3649ee9ca9beaaf6160e61476f26dfe819592d31, parent: fda6d37bb88ee12fd50fa54d15859f1f91b74f55)

@marcoieni
Copy link
Copy Markdown
Member

@bors r+ rollup=always

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 28, 2026

📌 Commit 63a02ac has been approved by marcoieni

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 28, 2026
rust-bors bot pushed a commit that referenced this pull request Mar 28, 2026
Rollup of 11 pull requests

Successful merges:

 - #152880 (Tweak incorrect assoc item note)
 - #153526 (Fix LegacyKeyValueFormat report from docker build: i686)
 - #153613 (interpreter error reporting: remove arguments that are always the same)
 - #154029 (Replace `truncate(0)` with `clear()`)
 - #154125 (Inline and remove `DepGraphData::try_mark_parent_green`.)
 - #154185 (Prevent no_threads RwLock's write() impl from setting mode to -1 when it is locked for reading)
 - #154394 (Normalize rustc path prefix when testing `-Z track-diagnostics`)
 - #154450 (Use the normal arg-parsing machinery for `-Zassert-incr-state`)
 - #154475 (Emit a pre-expansion feature gate warning for `box`'ed struct field patterns)
 - #154500 (EnumSizeOpt: use Allocation::write_scalar instead of manual endianess logic)
 - #154502 (interpret: ensure that untupled arguments are actually tuples)
@rust-bors rust-bors bot merged commit ca39636 into rust-lang:main Mar 28, 2026
12 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 28, 2026
rust-timer added a commit that referenced this pull request Mar 28, 2026
Rollup merge of #153526 - homersimpsons:chore/fix-LegacyKeyValueFormat-i686, r=marcoieni

Fix LegacyKeyValueFormat report from docker build: i686

Part of #152305

r? @marcoieni
@homersimpsons homersimpsons deleted the chore/fix-LegacyKeyValueFormat-i686 branch March 28, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants