Skip to content

[NO MERGE] Debug CI segfaults 1#156318

Draft
JonathanBrouwer wants to merge 2 commits into
rust-lang:mainfrom
JonathanBrouwer:experiment-ci
Draft

[NO MERGE] Debug CI segfaults 1#156318
JonathanBrouwer wants to merge 2 commits into
rust-lang:mainfrom
JonathanBrouwer:experiment-ci

Conversation

@JonathanBrouwer
Copy link
Copy Markdown
Contributor

No description provided.

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels May 8, 2026
@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors try jobs=x86_64-gnu-llvm-21-1

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 8, 2026
[NO MERGE] Debug CI segfaults


try-job: x86_64-gnu-llvm-21-1
@JonathanBrouwer JonathanBrouwer changed the title [NO MERGE] Debug CI segfaults [NO MERGE] Debug CI segfaults 1 May 8, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 8, 2026

☀️ Try build successful (CI)
Build commit: 9e33e30 (9e33e30cb5a0ef92363035f7d9e57cc6e7e5cede, parent: 3e353d7353b0cd6fa4eefd5c882457cc2708184c)

@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors try jobs=x86_64-gnu-llvm-21-1

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 8, 2026
[NO MERGE] Debug CI segfaults 1


try-job: x86_64-gnu-llvm-21-1
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 8, 2026

☀️ Try build successful (CI)
Build commit: 4cac872 (4cac872183c921215d3a057d7a9777dff2c573ee, parent: 3e353d7353b0cd6fa4eefd5c882457cc2708184c)

@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors try jobs=x86_64-gnu-llvm-21-1

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 9, 2026
[NO MERGE] Debug CI segfaults 1


try-job: x86_64-gnu-llvm-21-1
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 9, 2026

☀️ Try build successful (CI)
Build commit: fa5a3f1 (fa5a3f1b370319e59cb7cd030d58f98a2b7fc500, parent: 29155a4cd6e9ecddf1ce1c539711df678923d69a)

@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors try jobs=x86_64-gnu-llvm-21-1

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 11, 2026
[NO MERGE] Debug CI segfaults 1


try-job: x86_64-gnu-llvm-21-1
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 11, 2026

💔 Test for 3d76f86 failed: CI. Failed job:

@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job x86_64-gnu-llvm-21-1 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
  SKIP_TIDY="--skip tidy"
fi

count=200
for i in $(seq $count); do
  echo "RUNNING RUST-ANALYZER TESTS ATTEMPT $i"
    ../x.py --stage 2 test src/tools/rust-analyzer
done
#!/bin/bash

set -ex
---
+ '[' '' == 1 ']'
+ count=200
++ seq 200
RUNNING RUST-ANALYZER TESTS ATTEMPT 1
+ for i in $(seq $count)
+ echo 'RUNNING RUST-ANALYZER TESTS ATTEMPT 1'
+ ../x.py --stage 2 test src/tools/rust-analyzer
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
downloading https://static.rust-lang.org/dist/2026-04-14/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
test expr_store::tests::body::async_fn_weird_param_patterns ... ok
test expr_store::tests::body::block::inner_item_smoke ... ok
test expr_store::tests::body::array_element_cfg ... ok
test expr_store::tests::body::block::legacy_macro_items ... ok
error: test failed, to rerun pass `-p hir-def --lib`

Caused by:
  process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/deps/hir_def-c439368f2b64a049 '--skip=tests::smoke_test_real_sysroot_cargo' --skip=check_code_formatting -Z unstable-options --format json` (signal: 11, SIGSEGV: invalid memory reference)
Bootstrap failed while executing `--stage 2 test src/tools/rust-analyzer`
Build completed unsuccessfully in 0:50:17
  local time: Mon May 11 10:43:24 UTC 2026
  network time: Mon, 11 May 2026 10:43:24 GMT
##[error]Process completed with exit code 1.

@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors try jobs=x86_64-gnu-llvm-21-1

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 11, 2026
[NO MERGE] Debug CI segfaults 1


try-job: x86_64-gnu-llvm-21-1
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 11, 2026

☀️ Try build successful (CI)
Build commit: 7a61944 (7a619446053767a7ef923d301e350c7a71c537bb, parent: 8afb6a8b1b32fce2f8aa7520517833338dc36c5e)

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-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

3 participants