<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 15.05.2024 12:52, Patchwork wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:171577034951.2117833.3616824896991262948@8e613ede5ea5">
      <pre class="moz-quote-pre" wrap="">== Series Details ==

Series: lib/gpgpu: add shader support (rev2)
URL   : <a class="moz-txt-link-freetext" href="https://patchwork.freedesktop.org/series/133020/">https://patchwork.freedesktop.org/series/133020/</a>
State : warning

== Summary ==

Pipeline status: FAILED.

see <a class="moz-txt-link-freetext" href="https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181">https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181</a> for the overview.

build:tests-fedora-clang has failed (<a class="moz-txt-link-freetext" href="https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765598">https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765598</a>):</pre>
    </blockquote>
    <br>
    Apparently clang still (?) does not support raw string literals,
    shall I switch to old ugly c literals:<br>
    <pre class="moz-quote-pre" wrap=""><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"><span
    class="hljs-addition">+        emit_iga64_code(shdr, eot, "</span>\n\
<span class="hljs-addition">+(W)     mov (8|M0)               r112.0<1>:ud  r0.0<8;8,1>:ud</span> </span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff">\n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff">
<span class="hljs-addition">+#if GEN_VER < 1250</span></span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"> \n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"><span
    class="hljs-addition"></span>
<span class="hljs-addition">+(W)     send.ts (16|M0)          null r112 null 0x10000000 0x02000010 {EOT,@1} // wr:1+0, rd:0; end of thread</span></span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"> \n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff">
<span class="hljs-addition">+#else</span></span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"> \n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"><span
    class="hljs-addition"></span>
<span class="hljs-addition">+(W)     send.gtwy (8|M0)         null r112 src1_null     0 0x02000000 {EOT}</span></span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"> \n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff">
<span class="hljs-addition">+#endif</span></span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff"> \n\</span><span
    style="padding: 0px; tab-size: 8;"
    class="hljs diff colorediffs language-diff">
<span class="hljs-addition">+   ");

or since it is warning can we ignore it? :)
</span></span></pre>
    <blockquote type="cite"
      cite="mid:171577034951.2117833.3616824896991262948@8e613ede5ea5">
      <pre class="moz-quote-pre" wrap="">
  #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
                                 ^~~~~
  ../lib/gpgpu_shader.c:312:3: error: expected ';' after expression
          )ASM", 2, y_offset, 3, value, value, value, value);
           ^
           ;
  ../lib/gpgpu_shader.c:312:6: warning: missing terminating '"' character [-Winvalid-pp-token]
          )ASM", 2, y_offset, 3, value, value, value, value);
              ^
  ../lib/gpgpu_shader.c:312:3: error: use of undeclared identifier 'ASM'
          )ASM", 2, y_offset, 3, value, value, value, value);
           ^
  6 warnings and 12 errors generated.
  ninja: build stopped: subcommand failed.
  section_end:1715769978:step_script
  section_start:1715769978:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1715769979:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora-oldest-meson has failed (<a class="moz-txt-link-freetext" href="https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765596">https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765596</a>):
  Checking for function "outb" : YES
  Checking if "cpuid.h" links: YES
  Header <unistd.h> has symbol "gettid": YES
  Checking whether type "struct sysinfo" has member "totalram" : YES
  Checking for function "memfd_create" : YES
  Configuring config.h using configuration
  Program python3 found: YES (/usr/bin/python3)
  lib/meson.build:236: WARNING: Identifier 'in' will become a reserved keyword in a future release. Please rename it.
  
  lib/meson.build:236:9: ERROR:  Expecting eol got id.
      if f in iga64_assembly_sources
           ^</pre>
    </blockquote>
    <br>
    Grepping internet suggests that meson should be updated :) I have
    not spotted better solution.<br>
    I guess it just matter to replace line in meson.build:<br>
    meson_version : '>=0.47.2'<br>
    with sth bigger.<br>
    <br>
    Regards<br>
    Andrzej<br>
    <br>
    <blockquote type="cite"
      cite="mid:171577034951.2117833.3616824896991262948@8e613ede5ea5">
      <pre class="moz-quote-pre" wrap="">
  
  A full log can be found at /builds/gfx-ci/igt-ci-tags/build/meson-logs/meson-log.txt
  section_end:1715769970:step_script
  section_start:1715769970:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1715769971:cleanup_file_variables
  ERROR: Job failed: exit code 1

== Logs ==

For more details see: <a class="moz-txt-link-freetext" href="https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181">https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>