Skip to content
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

Rollup of 6 pull requests #118836

Closed
wants to merge 14 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

krasimirgg and others added 14 commits December 11, 2023 09:27
When making changes to the bootstrap that shouldn't change its behavior,
this feature will help developers perform comparisons to check whether the
bootstrap behavior has changed or not.

This can also be used for different purposes. For example, allowing CI to
dump the shims and upload them so that developers can download them and compare
with their local dump to see if CI affects the bootstrap unexpectedly. Or, make CI
perform comparisons on specific bootstrap tests to check for behavior changes between
the master and PR branches.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
To ensure deterministic results we must sort the dump lines.
This is necessary because the order of rustc invocations different
almost all the time.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Adds a basic assembly test checking that each target can produce assembly
and update the target tier policy to require this.

Signed-off-by: David Wood <david@davidtw.co>
We don't really want to communicate with target maintainers via email.
GitHub is where everything happens, people should have a GitHub account
that can be pinged on issues.

This doesn't necessarily have to be a strict rule, but edit the template
to suggest this. The previous template made it look like we care about
having an email address, which we do not.
…=clubby789

dump bootstrap shims

When making changes to the bootstrap that shouldn't change its behavior, this feature will help developers perform comparisons to check whether the bootstrap behavior has changed or not. As an example, when removing Python from the bootstrap by migrating to Rust, this feature will be super useful for ensuring that the behavior remains unaffected. It will assist me in performing comparisons to verify that the bootstrap behavior and its outputs remains consistent throughout the migration process.

This can also be used for different purposes. For example, allowing CI to dump the shims and upload them so that developers can download them and compare with their local dump to see if CI affects the bootstrap unexpectedly. Or, make CI perform comparisons on specific bootstrap tests to check for behavior changes between the master and PR branches.
…t, r=Mark-Simulacrum

tests: add sanity-check assembly test for every target

Adds a basic assembly test checking that each target can produce assembly and update the target tier policy to require this.

cc rust-lang/compiler-team#655
r? ```@wesleywiser```
llvm-wrapper: adapt for LLVM API change

LLVM commit llvm/llvm-project@1d608fc renamed the pass.

r? ```@nikic```
Edit target doc template to remove email

We don't really want to communicate with target maintainers via email. GitHub is where everything happens, people should have a GitHub account that can be pinged on issues.

This doesn't necessarily have to be a strict rule, but edit the template to suggest this. The previous template made it look like we care about having an email address, which we do not.

r? ```@davidtwco```
…askrgr

Fix again `rustc_codegen_gcc` tests

Similar to rust-lang#118706

r? `@GuillaumeGomez`
@rustbot rustbot added 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Dec 11, 2023
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=6

@bors
Copy link
Contributor

bors commented Dec 11, 2023

📌 Commit 11c49c0 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors 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-review Status: Awaiting review from the assignee but also interested parties. labels Dec 11, 2023
@bors
Copy link
Contributor

bors commented Dec 11, 2023

⌛ Testing commit 11c49c0 with merge 1b2a0e6...

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 11, 2023
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#118647 (dump bootstrap shims)
 - rust-lang#118708 (tests: add sanity-check assembly test for every target)
 - rust-lang#118818 (llvm-wrapper: adapt for LLVM API change)
 - rust-lang#118826 (Edit target doc template to remove email)
 - rust-lang#118827 (Update table for linker-plugin-lto docs)
 - rust-lang#118835 (Fix again `rustc_codegen_gcc` tests)

r? `@ghost`
`@rustbot` modify labels: rollup
@rust-log-analyzer
Copy link
Collaborator

The job test-various failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
failures:

---- [assembly] tests/assembly/targets.rs#aarch64_apple_darwin stdout ----

error in revision `aarch64_apple_darwin`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_darwin/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_darwin" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_darwin/targets.s:1:1: note: scanning from here
//
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_darwin/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_darwin/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios stdout ----

error in revision `aarch64_apple_ios`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_ios" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios_sim stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios_sim stdout ----

error in revision `aarch64_apple_ios_sim`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_sim/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_ios_sim" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_sim/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_sim/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_sim/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios_macabi stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_ios_macabi stdout ----

error in revision `aarch64_apple_ios_macabi`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_macabi/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_ios_macabi" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_macabi/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_macabi/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_ios_macabi/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_tvos stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_tvos stdout ----

error in revision `aarch64_apple_tvos`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_tvos" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_tvos_sim stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_tvos_sim stdout ----

error in revision `aarch64_apple_tvos_sim`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos_sim/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_tvos_sim" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos_sim/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos_sim/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_tvos_sim/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_apple_watchos_sim stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_apple_watchos_sim stdout ----

error in revision `aarch64_apple_watchos_sim`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_watchos_sim/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_apple_watchos_sim" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_watchos_sim/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_watchos_sim/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_apple_watchos_sim/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_linux_gnu stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_linux_gnu stdout ----

error in revision `aarch64_be_unknown_linux_gnu`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_be_unknown_linux_gnu" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_linux_gnu_ilp32 stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_linux_gnu_ilp32 stdout ----

error in revision `aarch64_be_unknown_linux_gnu_ilp32`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu_ilp32/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_be_unknown_linux_gnu_ilp32" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu_ilp32/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu_ilp32/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_linux_gnu_ilp32/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_fuchsia stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_fuchsia stdout ----

error in revision `aarch64_fuchsia`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_fuchsia/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_fuchsia" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_fuchsia/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_fuchsia/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_fuchsia/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: // 
check:706'0     ~~~
             4:  
check:706'0     ~
             5: .version 6.0 
check:706'0     ~~~~~~~~~~~~~
check:706'1     ?             possible intended match
             6: .target sm_30 
check:706'0     ~~~~~~~~~~~~~~
             7: .address_size 64 
check:706'0     ~~~~~~~~~~~~~~~~~
             8:  
check:706'0     ~
             9:  
check:706'0     ~
------------------------------------------


---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_netbsd stdout ----
---- [assembly] tests/assembly/targets.rs#aarch64_be_unknown_netbsd stdout ----

error in revision `aarch64_be_unknown_netbsd`: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_netbsd/targets.s" "/checkout/tests/assembly/targets.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,aarch64_be_unknown_netbsd" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
/checkout/tests/assembly/targets.rs:706:11: error: CHECK: expected string not found in input
// CHECK: .section
          ^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_netbsd/targets.s:1:1: note: scanning from here
^
^
/checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_netbsd/targets.s:5:1: note: possible intended match here
^

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/assembly/targets.aarch64_be_unknown_netbsd/targets.s
Check file: /checkout/tests/assembly/targets.rs
Check file: /checkout/tests/assembly/targets.rs

-dump-input=help explains the following input dump.
Input was:
<<<<<<
             1: // 
             1: // 
check:706'0     X~~ error: no match found
             2: // Generated by LLVM NVPTX Back-End 
check:706'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@bors
Copy link
Contributor

bors commented Dec 11, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 11, 2023
@matthiaskrgr matthiaskrgr deleted the rollup-0chcgi1 branch March 16, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants