Skip to content

run intrinsic-test by default on x86_64-gnu - #159978

Open
xonx4l wants to merge 1 commit into
rust-lang:mainfrom
xonx4l:x86-intrinsic-test-default
Open

run intrinsic-test by default on x86_64-gnu#159978
xonx4l wants to merge 1 commit into
rust-lang:mainfrom
xonx4l:x86-intrinsic-test-default

Conversation

@xonx4l

@xonx4l xonx4l commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR runs intrinsic-test by default on x86_64-gnu and set sde bootstrap config in RUST_CONFIGURE_ARGS .

r? @Kobzol

@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 Jul 26, 2026
@rustbot

rustbot commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Kobzol is not on the review rotation at the moment.
They may take a while to respond.

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

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

Click to see the possible cause of the failure (guessed by this bot)
........................F...................       (144/144)

======== tests/rustdoc-gui/theme-change.goml ========

[ERROR] line 3: TimeoutError: Navigation timeout of 30000 ms exceeded: for command `go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"`
    at <about:blank>


<= doc-ui tests done: 143 succeeded, 1 failed, 0 filtered out

Error: ()

--enable-compiler-docs \
--set llvm.libzstd=true"
ENV SCRIPT="python3 ../x.py --stage 2 test && \
python3 ../x.py --stage 2 test library/stdarch/crates/intrinsic-test" No newline at end of file

@workingjubilee workingjubilee Jul 26, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand what you mean by "this PR runs intrinsic test by default" when it clearly removes that test from this script. Could you explain, please?

View changes since the review

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It runs by defaut since #159011, but we forgot to update this CI job.

@Kobzol

Kobzol commented Jul 27, 2026

Copy link
Copy Markdown
Member

@bors try jobs=x86_64-gnu

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jul 27, 2026
run intrinsic-test by default on x86_64-gnu


try-job: x86_64-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 Jul 27, 2026
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

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

Click to see the possible cause of the failure (guessed by this bot)
 --enable-sanitizers \
 --enable-profiler \
 --enable-compiler-docs \
 --set llvm.libzstd=true \
 --set build.sde=/intel-sde/sde64"
ENV SCRIPT="python3 ../x.py --stage 2 test"
           #!/bin/sh

# ignore-tidy-file-linelength

---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--enable-sanitizers', '--enable-profiler', '--enable-compiler-docs', '--set', 'llvm.libzstd=true', '--set', 'build.sde=/intel-sde/sde64', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=true', '--set', 'build.optimized-compiler-builtins', '--disable-dist-src', '--release-channel=nightly', '--set', 'rust.remap-debuginfo=false', '--set', 'rust.compress-debuginfo=off', '--set', 'build.gdb=discover', '--set', 'build.lldb=discover', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift', '--set', 'llvm.download-ci-llvm=if-unchanged', '--set', 'gcc.download-ci-gcc=true']
configure: build.build          := x86_64-unknown-linux-gnu
configure: build.sanitizers     := True
configure: build.profiler       := True
configure: build.compiler-docs  := True
configure: llvm.libzstd         := True
configure: build.sde            := /intel-sde/sde64
configure: build.print-step-timings := True
configure: build.metrics        := True
configure: rust.codegen-units-std := 1
configure: dist.compression-profile := balanced
configure: rust.lld             := True
---
configure: llvm.assertions      := True
configure: profile              := dist
Traceback (most recent call last):
  File "/checkout/src/bootstrap/configure.py", line 809, in <module>
    section_order, sections, targets = parse_args(sys.argv[1:])
                                       ~~~~~~~~~~^^^^^^^^^^^^^^
  File "/checkout/src/bootstrap/configure.py", line 467, in parse_args
    return parse_example_config(known_args, config)
  File "/checkout/src/bootstrap/configure.py", line 659, in parse_example_config
    configure_file(sections, top_level_keys, targets, config)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/checkout/src/bootstrap/configure.py", line 748, in configure_file
    configure_section(sections[section_key], section_config)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/checkout/src/bootstrap/configure.py", line 720, in configure_section
    raise RuntimeError("failed to find config line for {}".format(key))
RuntimeError: failed to find config line for sde
  local time: Mon Jul 27 05:50:32 UTC 2026
  network time: Mon, 27 Jul 2026 05:50:32 GMT

@rust-bors

rust-bors Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

💔 Test for b8efbe1 failed: CI. Failed job:

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.

5 participants