[PATCH] D154069: [IRCE] Parse range checks in the form of "LHS - RHS vs Limit"
Serguei Katkov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 04:35:56 PDT 2023
It looks like next bot failed in the same way.
Could you please provide steps to reproduce the failure?
@Aleksandr Popov, could you please revert patch for a while we figure out what happens...
> -----Original Message-----
> From: Jon Chesterfield via Phabricator <reviews at reviews.llvm.org>
> Sent: Monday, July 10, 2023 6:22 PM
> To: Aleksandr Popov <apopov at azul.com>; Serguei Katkov
> <serguei.katkov at azul.com>; Anna Thomas <anna at azul.com>; Artur Pilipenko
> <apilipenko at azul.com>; suc-daniil at yandex.ru; xortator at yandex.ru
> Cc: jonathanchesterfield at gmail.com; jdoerfert at anl.gov;
> ron.lieberman at amd.com; jhuber6 at vols.utk.edu; luxufan at iscas.ac.cn; llvm-
> commits at lists.llvm.org; bhuvanendra.kumarn at amd.com;
> cooper.qu at linux.alibaba.com; 1135831309 at qq.com; yanliang.mu at intel.com;
> dougpuob at gmail.com; michael.hliao at gmail.com; david.green at arm.com;
> ruiling.song at amd.com; shivam.gupta2 at amd.com
> Subject: [PATCH] D154069: [IRCE] Parse range checks in the form of "LHS - RHS
> vs Limit"
>
> Caution: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.
>
>
> JonChesterfield added subscribers: jhuber6, ronlieb, jdoerfert, JonChesterfield.
> JonChesterfield added a comment.
>
> This may have taken down the openmp amdgpu bot
> https://lab.llvm.org/buildbot/#/builders/193 - @jhuber6 @jdoerfert @ronlieb
> we don't seem to get any information from the failing tests about what went
> wrong, e.g.
>
> ******************** TEST 'libomptarget :: amdgcn-amd-amdhsa ::
> api/assert.c' FAILED ********************
> Script:
> --
> : 'RUN: at line 1'; /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./bin/clang -fopenmp -I /home/ompworker/bbot/openmp-
> offload-amdgpu-runtime/llvm.src/openmp/libomptarget/test -I
> /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -L
> /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget -L
> /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./lib -L
> /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget -Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./lib -fopenmp-targets=amdgcn-amd-amdhsa
> /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.src/openmp/libomptarget/test/api/assert.c -o
> /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget/test/amdgcn-
> amd-amdhsa/api/Output/assert.c.tmp && /home/ompworker/bbot/openmp-
> offload-amdgpu-runtime/llvm.build/runtimes/runtimes-
> bins/openmp/libomptarget/test/amdgcn-amd-amdhsa/api/Output/assert.c.tmp
> | /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./bin/FileCheck /home/ompworker/bbot/openmp-offload-
> amdgpu-runtime/llvm.src/openmp/libomptarget/test/api/assert.c
> --
> Exit Code: 2
> Command Output (stdout):
> --
> $ ":" "RUN: at line 1"
> $ "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./bin/clang" "-fopenmp" "-I"
> "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.src/openmp/libomptarget/test" "-I"
> "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src" "-L"
> "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget" "-L"
> "/home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./lib" "-
> L" "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src" "-Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget" "-Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src" "-Wl,-
> rpath,/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./lib" "-fopenmp-targets=amdgcn-amd-amdhsa"
> "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.src/openmp/libomptarget/test/api/assert.c" "-o"
> "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget/test/amdgcn-
> amd-amdhsa/api/Output/assert.c.tmp"
> $ "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/runtimes/runtimes-bins/openmp/libomptarget/test/amdgcn-
> amd-amdhsa/api/Output/assert.c.tmp"
> note: command had no output on stdout or stderr
> error: command failed with exit status: -11
> $ "/home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./bin/FileCheck" "/home/ompworker/bbot/openmp-offload-
> amdgpu-runtime/llvm.src/openmp/libomptarget/test/api/assert.c"
> # command stderr:
> FileCheck error: '<stdin>' is empty.
> FileCheck command line: /home/ompworker/bbot/openmp-offload-amdgpu-
> runtime/llvm.build/./bin/FileCheck /home/ompworker/bbot/openmp-offload-
> amdgpu-runtime/llvm.src/openmp/libomptarget/test/api/assert.c
> error: command failed with exit status: 2
> --
> ********************
>
> Kicked the bot to see if it fails again.
>
>
> Repository:
> rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D154069/new/
>
> https://reviews.llvm.org/D154069
More information about the llvm-commits
mailing list