github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 166133 tests passed
* 2844 tests skipped
* 1 test failed

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

### MLIR
<details>
<summary>MLIR.mlir-pdll-lsp-server/view-output.test</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
mlir-pdll-lsp-server -lit-test < 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-pdll-lsp-server/view-output.test
 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
-strict-whitespace 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-pdll-lsp-server/view-output.test
# executed command: mlir-pdll-lsp-server -lit-test
# .---command stderr------------
# | I[06:15:41.643] --> initialize(0)
# | I[06:15:41.643] --> reply:initialize(0)
# | D[06:15:41.643] >>> {
# |   "id": 0,
# |   "jsonrpc": "2.0",
# |   "result": {
# |     "capabilities": {
# |       "completionProvider": {
# |         "allCommitCharacters": [
# |           "\t",
# |           "(",
# |           ")",
# |           "[",
# |           "]",
# |           "{",
# |           "}",
# |           "<",
# |           ">",
# |           ":",
# |           ";",
# |           ",",
# |           "+",
# |           "-",
# |           "/",
# |           "*",
# |           "%",
# |           "^",
# |           "&",
# |           "#",
# |           "?",
# |           ".",
# |           "=",
# |           "\"",
# |           "'",
# |           "|"
# |         ],
# |         "resolveProvider": false,
# |         "triggerCharacters": [
# |           ".",
# |           ">",
# |           "(",
# |           "{",
# |           ",",
# |           "<",
# |           ":",
# |           "[",
# |           " ",
# |           "\"",
# |           "/"
# |         ]
# |       },
# |       "definitionProvider": true,
# |       "documentLinkProvider": {
# |         "resolveProvider": false
# |       },
# |       "documentSymbolProvider": true,
# |       "hoverProvider": true,
# |       "inlayHintProvider": true,
# |       "referencesProvider": true,
# |       "signatureHelpProvider": {
# |         "triggerCharacters": [
# |           "(",
# |           ","
# |         ]
# |       },
# |       "textDocumentSync": {
# |         "change": 2,
# |         "openClose": true,
# |         "save": true
# |       }
# |     },
# |     "serverInfo": {
# |       "name": "mlir-pdll-lsp-server",
# |       "version": "0.0.1"
# |     }
# |   }
# | }
# | 
# | 
# | I[06:15:41.643] --> textDocument/didOpen
# | I[06:15:41.643] --> textDocument/publishDiagnostics
# | D[06:15:41.643] >>> {
# |   "jsonrpc": "2.0",
# |   "method": "textDocument/publishDiagnostics",
# |   "params": {
# |     "diagnostics": [],
# |     "uri": "test:///foo.pdll",
# |     "version": 1
# |   }
# | }
# | 
# | 
# | I[06:15:41.643] --> pdll/viewOutput(1)
# | I[06:15:41.643] --> reply:pdll/viewOutput(1): -32602: failed to decode 
pdll/viewOutput request: missing value at (root).kind
# | D[06:15:41.643] >>> {
# |   "error": {
# |     "code": -32602,
# |     "message": "failed to decode pdll/viewOutput request: missing value at 
(root).kind"
# |   },
# |   "id": 1,
# |   "jsonrpc": "2.0"
# | }
# | 
# | 
# | I[06:15:41.643] --> pdll/viewOutput(2)
# | I[06:15:41.643] --> reply:pdll/viewOutput(2): -32602: failed to decode 
pdll/viewOutput request: missing value at (root).kind
# | D[06:15:41.643] >>> {
# |   "error": {
# |     "code": -32602,
# |     "message": "failed to decode pdll/viewOutput request: missing value at 
(root).kind"
# |   },
# |   "id": 2,
# |   "jsonrpc": "2.0"
# | }
# | 
# | 
# | I[06:15:41.644] --> pdll/viewOutput(3)
# | I[06:15:41.644] --> reply:pdll/viewOutput(3): -32602: failed to decode 
pdll/viewOutput request: missing value at (root).kind
# | D[06:15:41.644] >>> {
# |   "error": {
# |     "code": -32602,
# |     "message": "failed to decode pdll/viewOutput request: missing value at 
(root).kind"
# |   },
# |   "id": 3,
# |   "jsonrpc": "2.0"
# | }
# | 
# | 
# | I[06:15:41.644] --> shutdown(3)
# | I[06:15:41.644] --> reply:shutdown(3)
# | D[06:15:41.644] >>> {
# |   "id": 3,
# |   "jsonrpc": "2.0",
# |   "result": null
# | }
# | 
# | 
# | I[06:15:41.644] --> exit
# `-----------------------------
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
-strict-whitespace 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-pdll-lsp-server/view-output.test
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-pdll-lsp-server/view-output.test:16:17:
 error: CHECK-NEXT: is not on the line after the previous match
# | // CHECK-NEXT:  "jsonrpc": "2.0",
# |                 ^
# | <stdin>:123:3: note: 'next' match was here
# |   "jsonrpc": "2.0",
# |   ^
# | <stdin>:96:10: note: previous match ended here
# |   "id": 1,
# |          ^
# | <stdin>:97:1: note: non-matching line after previous match is here
# |   "jsonrpc": "2.0"
# | ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-pdll-lsp-server/view-output.test
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |          .
# |          .
# |          .
# |        118: } 
# |        119: Content-Length: 52 
# |        120:  
# |        121: { 
# |        122:   "id": 3, 
# |        123:   "jsonrpc": "2.0", 
# | next:16       !~~~~~~~~~~~~~~~~  error: match on wrong line
# |        124:   "result": null 
# |        125: } 
# | >>>>>>
# `-----------------------------
# 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/138187
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to