github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 134248 tests passed
* 3228 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### lld
<details>
<summary>lld.wasm/lto/obj-path.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 4
rm -rf 
C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp
 && split-file C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp
 && cd 
C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp
# executed command: rm -rf 
'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp'
# note: command had no output on stdout or stderr
# executed command: split-file 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp'
# note: command had no output on stdout or stderr
# executed command: cd 
'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\obj-path.ll.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 5
mkdir d
# executed command: mkdir d
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\opt.exe 1.ll -o 1.bc
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 1.ll 
-o 1.bc
# note: command had no output on stdout or stderr
# RUN: at line 7
c:\_work\llvm-project\llvm-project\build\bin\opt.exe 2.ll -o d/2.bc
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 2.ll 
-o d/2.bc
# note: command had no output on stdout or stderr
# RUN: at line 9
rm -f objpath.o
# executed command: rm -f objpath.o
# note: command had no output on stdout or stderr
# RUN: at line 10
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# `-----------------------------
# RUN: at line 11
c:\_work\llvm-project\llvm-project\build\bin\llvm-nm.exe 3 | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
--check-prefix=NM
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-nm.exe' 3
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
--check-prefix=NM
# note: command had no output on stdout or stderr
# RUN: at line 12
c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe -d objpath.o | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe' -d objpath.o
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll'
# note: command had no output on stdout or stderr
# RUN: at line 13
ls 3* objpath* | c:\_work\llvm-project\llvm-project\build\bin\count.exe 2
# executed command: ls '3*' 'objpath*'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\count.exe' 2
# note: command had no output on stdout or stderr
# RUN: at line 15
rm -f 3 objpath.o
# executed command: rm -f 3 objpath.o
# note: command had no output on stdout or stderr
# RUN: at line 16
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe 
--thinlto-index-only=3.txt --lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
--thinlto-index-only=3.txt --lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# `-----------------------------
# RUN: at line 17
c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe -d objpath.o | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe' -d objpath.o
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll'
# note: command had no output on stdout or stderr
# RUN: at line 18
not ls 3
# executed command: not ls 3
# .---command stderr------------
# | ls: cannot access '3': No such file or directory
# `-----------------------------
# RUN: at line 28
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -module-summary 1.ll -o 
1.bc
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-module-summary 1.ll -o 1.bc
# note: command had no output on stdout or stderr
# RUN: at line 29
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -module-summary 2.ll -o 
d/2.bc
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-module-summary 2.ll -o d/2.bc
# note: command had no output on stdout or stderr
# RUN: at line 31
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o 3
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# `-----------------------------
# RUN: at line 32
c:\_work\llvm-project\llvm-project\build\bin\llvm-nm.exe 3 | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
--check-prefix=NM3
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-nm.exe' 3
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
--check-prefix=NM3
# note: command had no output on stdout or stderr
# RUN: at line 33
c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe -d objpath.o1 | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
--check-prefix=CHECK1
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe' -d objpath.o1
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
--check-prefix=CHECK1
# note: command had no output on stdout or stderr
# RUN: at line 34
c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe -d objpath.o2 | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
--check-prefix=CHECK2
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe' -d objpath.o2
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
--check-prefix=CHECK2
# note: command had no output on stdout or stderr
# RUN: at line 56
rm -f objpath.o objpath.o1 objpath.o2
# executed command: rm -f objpath.o objpath.o1 objpath.o2
# note: command had no output on stdout or stderr
# RUN: at line 57
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --thinlto-index-only 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o /dev/null
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
--thinlto-index-only --lto-obj-path=objpath.o -shared 1.bc d/2.bc -o /dev/null
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# `-----------------------------
# RUN: at line 58
c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe -d objpath.o | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll 
--check-prefix=EMPTY
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\llvm-objdump.exe' -d objpath.o
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\obj-path.ll' 
--check-prefix=EMPTY
# note: command had no output on stdout or stderr
# RUN: at line 59
not ls objpath.o1
# executed command: not ls objpath.o1
# .---command stderr------------
# | ls: cannot access 'objpath.o1': No such file or directory
# `-----------------------------
# RUN: at line 60
not ls objpath.o2
# executed command: not ls objpath.o2
# .---command stderr------------
# | ls: cannot access 'objpath.o2': No such file or directory
# `-----------------------------
# RUN: at line 63
mkdir obj
# executed command: mkdir obj
# note: command had no output on stdout or stderr
# RUN: at line 64
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o obj/out --save-temps
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
--lto-obj-path=objpath.o -shared 1.bc d/2.bc -o obj/out --save-temps
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# `-----------------------------
# RUN: at line 65
ls obj/out.lto.o out.lto.1.o d/out.lto.2.o
# executed command: ls obj/out.lto.o out.lto.1.o d/out.lto.2.o
# .---command stdout------------
# | d/out.lto.2.o
# | obj/out.lto.o
# | out.lto.1.o
# `-----------------------------
# RUN: at line 68
rm -fr obj && mkdir obj
# executed command: rm -fr obj
# note: command had no output on stdout or stderr
# executed command: mkdir obj
# note: command had no output on stdout or stderr
# RUN: at line 69
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe -shared 1.bc d/2.bc -o 
obj/out --save-temps
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 
-shared 1.bc d/2.bc -o obj/out --save-temps
# .---command stderr------------
# | wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
# | failed to open 1.bc.1.promote.bc: invalid argument
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/194879
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to