Skip to content

[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions #101576

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

Merged
merged 26 commits into from
Aug 7, 2024

Conversation

aaryanshukla
Copy link
Contributor

@aaryanshukla aaryanshukla commented Aug 1, 2024

No description provided.

@llvmbot llvmbot added the libc label Aug 1, 2024
@llvmbot
Copy link
Member

llvmbot commented Aug 1, 2024

@llvm/pr-subscribers-libc

Author: None (aaryanshukla)

Changes
  • script
  • finished generic and headers
  • going to add to header spec
  • [libc][math][c23]:

Patch is 20.67 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/101576.diff

26 Files Affected:

  • (modified) libc/config/darwin/arm/entrypoints.txt (+2)
  • (modified) libc/config/darwin/x86_64/entrypoints.txt (+2)
  • (modified) libc/config/linux/aarch64/entrypoints.txt (+4)
  • (modified) libc/config/linux/arm/entrypoints.txt (+2)
  • (modified) libc/config/linux/riscv/entrypoints.txt (+3)
  • (modified) libc/config/linux/x86_64/entrypoints.txt (+4)
  • (modified) libc/config/windows/entrypoints.txt (+2)
  • (modified) libc/newhdrgen/yaml/math.yaml (+30)
  • (modified) libc/src/math/CMakeLists.txt (+5)
  • (added) libc/src/math/fsub.h (+20)
  • (added) libc/src/math/fsubf128.h (+21)
  • (added) libc/src/math/fsubl.h (+20)
  • (modified) libc/src/math/generic/CMakeLists.txt (+50)
  • (added) libc/src/math/generic/fsub.cpp (+20)
  • (added) libc/src/math/generic/fsubf128.cpp (+20)
  • (added) libc/src/math/generic/fsubl.cpp (+20)
  • (added) libc/src/math/generic/remainderf128.cpp (+21)
  • (added) libc/src/math/remainderf128.h (+21)
  • (modified) libc/test/src/math/CMakeLists.txt (+39)
  • (added) libc/test/src/math/fsub_test.cpp (+13)
  • (added) libc/test/src/math/fsubf128_test.cpp (+13)
  • (added) libc/test/src/math/fsubl_test.cpp (+13)
  • (modified) libc/test/src/math/smoke/CMakeLists.txt (+36)
  • (added) libc/test/src/math/smoke/fsub_test.cpp (+13)
  • (added) libc/test/src/math/smoke/fsubf128_test.cpp (+13)
  • (added) libc/test/src/math/smoke/fsubl_test.cpp (+13)
diff --git a/libc/config/darwin/arm/entrypoints.txt b/libc/config/darwin/arm/entrypoints.txt
index d09b4e34b951c..6aaf5d46678d0 100644
--- a/libc/config/darwin/arm/entrypoints.txt
+++ b/libc/config/darwin/arm/entrypoints.txt
@@ -180,6 +180,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.frexp
     libc.src.math.frexpf
     libc.src.math.frexpl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.hypot
     libc.src.math.hypotf
     libc.src.math.ilogb
diff --git a/libc/config/darwin/x86_64/entrypoints.txt b/libc/config/darwin/x86_64/entrypoints.txt
index 1cff157c629df..e7a33761e5cbb 100644
--- a/libc/config/darwin/x86_64/entrypoints.txt
+++ b/libc/config/darwin/x86_64/entrypoints.txt
@@ -147,6 +147,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     #libc.src.math.frexp
     #libc.src.math.frexpf
     #libc.src.math.frexpl
+    #libc.src.math.fsub 
+    #libc.src.math.fsubl 
     #libc.src.math.hypot
     #libc.src.math.hypotf
     #libc.src.math.ilogb
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index ff0bf0ea345d3..57e92ecdbb014 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -435,6 +435,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fromfpxl
     libc.src.math.fsqrt
     libc.src.math.fsqrtl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.getpayload
     libc.src.math.getpayloadf
     libc.src.math.hypot
@@ -638,6 +640,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.frexpf128
     libc.src.math.fromfpf128
     libc.src.math.fromfpxf128
+    libc.src.math.fsubf128
     libc.src.math.getpayloadf128
     libc.src.math.ilogbf128
     libc.src.math.ldexpf128
@@ -653,6 +656,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.nextafterf128
     libc.src.math.nextdownf128
     libc.src.math.nextupf128
+    libc.src.math.remainderf128
     libc.src.math.remquof128
     libc.src.math.rintf128
     libc.src.math.roundf128
diff --git a/libc/config/linux/arm/entrypoints.txt b/libc/config/linux/arm/entrypoints.txt
index 90aae962080cd..71d75960a03d8 100644
--- a/libc/config/linux/arm/entrypoints.txt
+++ b/libc/config/linux/arm/entrypoints.txt
@@ -293,6 +293,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fromfpx
     libc.src.math.fromfpxf
     libc.src.math.fromfpxl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.getpayload
     libc.src.math.getpayloadf
     libc.src.math.hypot
diff --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index 8443ef417b479..a3fbd7494b100 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -458,6 +458,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fromfpxl
     libc.src.math.fsqrt
     libc.src.math.fsqrtl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.getpayload
     libc.src.math.getpayloadf
     libc.src.math.hypot
@@ -594,6 +596,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.fromfpf128
     libc.src.math.fromfpxf128
     libc.src.math.fsqrtf128
+    libc.src.math.fsubf128
     libc.src.math.getpayloadf128
     libc.src.math.ilogbf128
     libc.src.math.ldexpf128
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index f737cca7f15b6..eee6a0c756d89 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -458,6 +458,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fromfpxl
     libc.src.math.fsqrt
     libc.src.math.fsqrtl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.getpayload
     libc.src.math.getpayloadf
     libc.src.math.hypot
@@ -683,6 +685,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.fromfpf128
     libc.src.math.fromfpxf128
     libc.src.math.fsqrtf128
+    libc.src.math.fsubf128
     libc.src.math.getpayloadf128
     libc.src.math.ilogbf128
     libc.src.math.ldexpf128
@@ -698,6 +701,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
     libc.src.math.nextafterf128
     libc.src.math.nextdownf128
     libc.src.math.nextupf128
+    libc.src.math.remainderf128
     libc.src.math.remquof128
     libc.src.math.rintf128
     libc.src.math.roundevenf128
diff --git a/libc/config/windows/entrypoints.txt b/libc/config/windows/entrypoints.txt
index e45219a9070e3..c611e4ae7e11b 100644
--- a/libc/config/windows/entrypoints.txt
+++ b/libc/config/windows/entrypoints.txt
@@ -193,6 +193,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.frexp
     libc.src.math.frexpf
     libc.src.math.frexpl
+    libc.src.math.fsub 
+    libc.src.math.fsubl 
     libc.src.math.hypot
     libc.src.math.hypotf
     libc.src.math.ilogb
diff --git a/libc/newhdrgen/yaml/math.yaml b/libc/newhdrgen/yaml/math.yaml
index ce562c653a6d2..cdd90e994c94c 100644
--- a/libc/newhdrgen/yaml/math.yaml
+++ b/libc/newhdrgen/yaml/math.yaml
@@ -794,6 +794,14 @@ functions:
     arguments:
       - type: long double
       - type: long double
+  - name: remainderf128
+    standards:
+      - llvm_libc_ext
+    return_type: float128
+    arguments:
+      - type: float128
+      - type: float128
+    guard: LIBC_TYPES_HAS_FLOAT128
   - name: remquo
     standards: 
       - stdc
@@ -1540,6 +1548,28 @@ functions:
       - type: int
       - type: unsigned int
     guard: LIBC_TYPES_HAS_FLOAT16
+  - name: fsub
+    standards: 
+      - stdc
+    return_type: float
+    arguments: 
+      - type: double
+      - type: double
+  - name: fsubl
+    standards: 
+      - stdc
+    return_type: float
+    arguments: 
+      - type: long double
+      - type: long double
+  - name: fsubf128
+    standards: 
+      - llvm_libc_ext
+    return_type: float
+    arguments: 
+      - type: float128
+      - type: float128
+    guard: LIBC_TYPES_HAS_FLOAT128
   - name: getpayloadf16
     standards: 
       - stdc
diff --git a/libc/src/math/CMakeLists.txt b/libc/src/math/CMakeLists.txt
index bd022ad88d884..92eb20e5e61fe 100644
--- a/libc/src/math/CMakeLists.txt
+++ b/libc/src/math/CMakeLists.txt
@@ -260,6 +260,10 @@ add_math_entrypoint_object(fromfpxl)
 add_math_entrypoint_object(fromfpxf16)
 add_math_entrypoint_object(fromfpxf128)
 
+add_math_entrypoint_object(fsub)
+add_math_entrypoint_object(fsubl)
+add_math_entrypoint_object(fsubf128)
+
 add_math_entrypoint_object(getpayload)
 add_math_entrypoint_object(getpayloadf)
 add_math_entrypoint_object(getpayloadf16)
@@ -382,6 +386,7 @@ add_math_entrypoint_object(remainder)
 add_math_entrypoint_object(remainderf)
 add_math_entrypoint_object(remainderl)
 add_math_entrypoint_object(remainderf16)
+add_math_entrypoint_object(remainderf128)
 
 add_math_entrypoint_object(remquo)
 add_math_entrypoint_object(remquof)
diff --git a/libc/src/math/fsub.h b/libc/src/math/fsub.h
new file mode 100644
index 0000000000000..f17f0fd3ec307
--- /dev/null
+++ b/libc/src/math/fsub.h
@@ -0,0 +1,20 @@
+//===-- Implementation header for fsub --------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_FSUB_H
+#define LLVM_LIBC_SRC_MATH_FSUB_H
+
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+float fsub(double x, double y);
+
+} // namespace LIBC_NAMESPACE_DECL
+
+#endif // LLVM_LIBC_SRC_MATH_FSUB_H
diff --git a/libc/src/math/fsubf128.h b/libc/src/math/fsubf128.h
new file mode 100644
index 0000000000000..4f41c7d8bb04d
--- /dev/null
+++ b/libc/src/math/fsubf128.h
@@ -0,0 +1,21 @@
+//===-- Implementation header for fsubf128 ----------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_FSUBF128_H
+#define LLVM_LIBC_SRC_MATH_FSUBF128_H
+
+#include "src/__support/macros/config.h"
+#include "src/__support/macros/properties/types.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+float fsubf128(float128 x, float128 y);
+
+} // namespace LIBC_NAMESPACE_DECL
+
+#endif // LLVM_LIBC_SRC_MATH_FSUBF128_H
diff --git a/libc/src/math/fsubl.h b/libc/src/math/fsubl.h
new file mode 100644
index 0000000000000..32570ca3dc0f7
--- /dev/null
+++ b/libc/src/math/fsubl.h
@@ -0,0 +1,20 @@
+//===-- Implementation header for fsubl -------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_FSUBL_H
+#define LLVM_LIBC_SRC_MATH_FSUBL_H
+
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+float fsubl(long double x, long double y);
+
+} // namespace LIBC_NAMESPACE_DECL
+
+#endif // LLVM_LIBC_SRC_MATH_FSUBL_H
diff --git a/libc/src/math/generic/CMakeLists.txt b/libc/src/math/generic/CMakeLists.txt
index 927d97578316e..4c312b7360af7 100644
--- a/libc/src/math/generic/CMakeLists.txt
+++ b/libc/src/math/generic/CMakeLists.txt
@@ -2823,6 +2823,43 @@ add_entrypoint_object(
     -O3
 )
 
+add_entrypoint_object(
+  fsub
+  SRCS
+    fsub.cpp
+  HDRS
+    ../fsub.h
+  DEPENDS
+   libc.src.__support.FPUtil.generic.add_sub
+  COMPILE_OPTIONS
+    -O3
+)
+
+add_entrypoint_object(
+  fsubl
+  SRCS
+    fsubl.cpp
+  HDRS
+    ../fsubl.h
+  DEPENDS
+   libc.src.__support.FPUtil.generic.add_sub
+  COMPILE_OPTIONS
+    -O3
+)
+
+add_entrypoint_object(
+  fsubf128
+  SRCS
+    fsubf128.cpp
+  HDRS
+    ../fsubf128.h
+  DEPENDS
+   libc.src.__support.macros.properties.types
+   libc.src.__support.FPUtil.generic.add_sub
+  COMPILE_OPTIONS
+    -O3
+)
+
 add_entrypoint_object(
   sqrt
   SRCS
@@ -2983,6 +3020,19 @@ add_entrypoint_object(
     -O3
 )
 
+add_entrypoint_object(
+  remainderf128
+  SRCS
+    remainderf128.cpp
+  HDRS
+    ../remainderf128.h
+  DEPENDS
+    libc.src.__support.macros.properties.types
+    libc.src.__support.FPUtil.division_and_remainder_operations
+  COMPILE_OPTIONS
+    -O3
+)
+
 add_entrypoint_object(
   hypotf
   SRCS
diff --git a/libc/src/math/generic/fsub.cpp b/libc/src/math/generic/fsub.cpp
new file mode 100644
index 0000000000000..97e28015c0487
--- /dev/null
+++ b/libc/src/math/generic/fsub.cpp
@@ -0,0 +1,20 @@
+//===-- Implementation of fsub function -----------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/fsub.h"
+#include "src/__support/FPUtil/generic/add_sub.h"
+#include "src/__support/common.h"
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+LLVM_LIBC_FUNCTION(float, fsub, (double x, double y)) {
+  return fputil::generic::sub<float>(x, y);
+}
+
+} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/math/generic/fsubf128.cpp b/libc/src/math/generic/fsubf128.cpp
new file mode 100644
index 0000000000000..3efb34992b748
--- /dev/null
+++ b/libc/src/math/generic/fsubf128.cpp
@@ -0,0 +1,20 @@
+//===-- Implementation of fsubf128 function -------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/fsubf128.h"
+#include "src/__support/FPUtil/generic/add_sub.h"
+#include "src/__support/common.h"
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+LLVM_LIBC_FUNCTION(float, fsubf128, (float128 x, float128 y)) {
+  return fputil::generic::sub<float>(x, y);
+}
+
+} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/math/generic/fsubl.cpp b/libc/src/math/generic/fsubl.cpp
new file mode 100644
index 0000000000000..cad5a2d5d452a
--- /dev/null
+++ b/libc/src/math/generic/fsubl.cpp
@@ -0,0 +1,20 @@
+//===-- Implementation of fsubl function ----------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/fsubl.h"
+#include "src/__support/FPUtil/generic/add_sub.h"
+#include "src/__support/common.h"
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+LLVM_LIBC_FUNCTION(float, fsubl, (long double x, long double y)) {
+  return fputil::generic::sub<float>(x, y);
+}
+
+} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/math/generic/remainderf128.cpp b/libc/src/math/generic/remainderf128.cpp
new file mode 100644
index 0000000000000..52b6c5149fdcf
--- /dev/null
+++ b/libc/src/math/generic/remainderf128.cpp
@@ -0,0 +1,21 @@
+//===-- Implementation of remainderf128 function --------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/remainderf128.h"
+#include "src/__support/FPUtil/DivisionAndRemainderOperations.h"
+#include "src/__support/common.h"
+#include "src/__support/macros/config.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+LLVM_LIBC_FUNCTION(float128, remainderf128, (float128 x, float128 y)) {
+  int quotient;
+  return fputil::remquo(x, y, quotient);
+}
+
+} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/math/remainderf128.h b/libc/src/math/remainderf128.h
new file mode 100644
index 0000000000000..57f770a853d68
--- /dev/null
+++ b/libc/src/math/remainderf128.h
@@ -0,0 +1,21 @@
+//===-- Implementation header for remainderf128 -----------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_REMAINDERF128_H
+#define LLVM_LIBC_SRC_MATH_REMAINDERF128_H
+
+#include "src/__support/macros/config.h"
+#include "src/__support/macros/properties/types.h"
+
+namespace LIBC_NAMESPACE_DECL {
+
+float128 remainderf128(float128 x, float128 y);
+
+} // namespace LIBC_NAMESPACE_DECL
+
+#endif // LLVM_LIBC_SRC_MATH_REMAINDERF128_H
diff --git a/libc/test/src/math/CMakeLists.txt b/libc/test/src/math/CMakeLists.txt
index cc5955903b20d..644b74a0ac0a9 100644
--- a/libc/test/src/math/CMakeLists.txt
+++ b/libc/test/src/math/CMakeLists.txt
@@ -2294,6 +2294,45 @@ add_fp_unittest(
     libc.src.math.fsqrtl
 )
 
+add_fp_unittest(
+  fsub_test
+  NEED_MPFR
+  SUITE
+    libc-math-unittests
+  SRCS
+    fsub_test.cpp
+  HDRS
+  SubTest.h
+  DEPENDS
+    libc.src.math.fsub
+)
+
+add_fp_unittest(
+  fsubl_test
+  NEED_MPFR
+  SUITE
+    libc-math-unittests
+  SRCS
+    fsubl_test.cpp
+  HDRS
+  SubTest.h
+  DEPENDS
+    libc.src.math.fsubl
+)
+
+add_fp_unittest(
+  fsubf128_test
+  NEED_MPFR
+  SUITE
+    libc-math-unittests
+  SRCS
+    fsubf128_test.cpp
+  HDRS
+  SubTest.h
+  DEPENDS
+    libc.src.math.fsubf128
+)
+
 add_fp_unittest(
   dsqrtl_test
   NEED_MPFR
diff --git a/libc/test/src/math/fsub_test.cpp b/libc/test/src/math/fsub_test.cpp
new file mode 100644
index 0000000000000..3c825f7f28af4
--- /dev/null
+++ b/libc/test/src/math/fsub_test.cpp
@@ -0,0 +1,13 @@
+//===-- Unittests for fsub ------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "SubTest.h"
+
+#include "src/math/fsub.h"
+
+LIST_SUB_TESTS(float, double, LIBC_NAMESPACE::fsub)
diff --git a/libc/test/src/math/fsubf128_test.cpp b/libc/test/src/math/fsubf128_test.cpp
new file mode 100644
index 0000000000000..8f46d91116bde
--- /dev/null
+++ b/libc/test/src/math/fsubf128_test.cpp
@@ -0,0 +1,13 @@
+//===-- Unittests for fsubf128 --------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "SubTest.h"
+
+#include "src/math/fsubf128.h"
+
+LIST_SUB_TESTS(float, float128, LIBC_NAMESPACE::fsubf128)
diff --git a/libc/test/src/math/fsubl_test.cpp b/libc/test/src/math/fsubl_test.cpp
new file mode 100644
index 0000000000000..8723432603b00
--- /dev/null
+++ b/libc/test/src/math/fsubl_test.cpp
@@ -0,0 +1,13 @@
+//===-- Unittests for fsubl -----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "SubTest.h"
+
+#include "src/math/fsubl.h"
+
+LIST_SUB_TESTS(float, long double, LIBC_NAMESPACE::fsubl)
diff --git a/libc/test/src/math/smoke/CMakeLists.txt b/libc/test/src/math/smoke/CMakeLists.txt
index faca71b8b5bc4..622dc1ee50d86 100644
--- a/libc/test/src/math/smoke/CMakeLists.txt
+++ b/libc/test/src/math/smoke/CMakeLists.txt
@@ -4227,6 +4227,42 @@ add_fp_unittest(
     libc.src.math.fsqrtf128
 )
 
+add_fp_unittest(
+  fsub_test
+  SUITE
+    libc-math-smoke-tests
+  SRCS
+    fsub_test.cpp
+  HDRS
+    SubTest.h
+  DEPENDS
+    libc.src.math.fsub
+)
+
+add_fp_unittest(
+  fsubl_test
+  SUITE
+    libc-math-smoke-tests
+  SRCS
+    fsubl_test.cpp
+  HDRS
+    SubTest.h
+  DEPENDS
+    libc.src.math.fsubl
+)
+
+add_fp_unittest(
+  fsubf128_test
+  SUITE
+    libc-math-smoke-tests
+  SRCS
+    fsubf128_test.cpp
+  HDRS
+    SubTest.h
+  DEPENDS
+    libc.src.math.fsubf128
+)
+
 add_fp_unittest(
   dsqrtl_test
   SUITE
diff --git a/libc/test/src/math/smoke/fsub_test.cpp b/libc/test/src/math/smoke/fsub_test.cpp
new file mode 100644
index 0000000000000..3c825f7f28af4
--- /dev/null
+++ b/libc/test/src/math/smoke/fsub_test.cpp
@@ -0,0 +1,13 @@
+//===-- Unittests for fsub ------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "SubTest.h"
+
+#include "src/math/fsub.h"
+
+LIST_SUB_TESTS(float, double, LIBC_NAMESPACE::fsub)
diff --git a/libc/test/src/math/smoke/fsubf128_test.cpp b/libc/test/src/math/smoke/fsubf128_test.cpp
new file mode 100644
index 0000000000000..8f46d91116bde
--- /dev/null
+++ b/libc/test/src/math/smoke/fsubf128_test.cpp
@@ -0,0 +1,13 @@
+//===-- Unittests for fsubf128 --------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "SubTest.h"
+
+#include "src/math/fsubf128.h"
+
+LIST_SUB_TESTS(float, float128, LIBC_NAMESPACE::fsubf128)
diff --git a/libc/test/src/math/smo...
[truncated]

@aaryanshukla aaryanshukla changed the title remaining basic operations [libc][math][c23] Add fsub{d,l,f128} and remainder{f128} C23 math functions Aug 1, 2024
Copy link
Contributor

@michaelrj-google michaelrj-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is seems like there should be a test for remainderf128 as well

@aaryanshukla
Copy link
Contributor Author

@michaelrj-google None of the remainder functions seem to have tests yet. @overmighty

@overmighty
Copy link
Member

overmighty commented Aug 1, 2024

Right. According to the GitHub Gist history for my to-do list, I had actually caught that on June 8, but I don't remember if I ever talked about it with Tue.

- added <long double> to <float>
@aaryanshukla
Copy link
Contributor Author

@overmighty was able to get the MPFR tests, will look into ddivl and the rounding issues there. Let me know if this looks good.

@aaryanshukla
Copy link
Contributor Author

@aaryanshukla @michaelrj-google should I leave remainder tests out then if we do not have any?

@overmighty overmighty changed the title [libc][math][c23] Add fsub{d,l,f128} and remainder{f128} C23 math functions [libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions Aug 2, 2024
@overmighty
Copy link
Member

You should probably avoid putting to-do notes in the PR description so that they don't end up in the merge/squash commit message, as in 8f33f1d.

@overmighty
Copy link
Member

I forgot that remainder* functions are pretty much the same as remquo*, and we do have tests for those, so I guess that's why we don't have tests for remainder*.

Comment on lines 1086 to 1096
explain_ternary_operation_one_output_error(Operation,
const TernaryInput<long double> &,
long double, double, RoundingMode);
template void explain_ternary_operation_one_output_error(
Operation, const TernaryInput<double> &, float, double, RoundingMode);
template void explain_ternary_operation_one_output_error(
Operation, const TernaryInput<long double> &, float, double, RoundingMode);

template void explain_ternary_operation_one_output_error(
Operation, const TernaryInput<long double> &, double, double, RoundingMode);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: sorting.

You can apply this with git apply path/to/patch.diff.

diff --git a/libc/utils/MPFRWrapper/MPFRUtils.cpp b/libc/utils/MPFRWrapper/MPFRUtils.cpp
index 1695354565f5..ec81ea2a9d7d 100644
--- a/libc/utils/MPFRWrapper/MPFRUtils.cpp
+++ b/libc/utils/MPFRWrapper/MPFRUtils.cpp
@@ -1080,20 +1080,18 @@ void explain_ternary_operation_one_output_error(
 
 template void explain_ternary_operation_one_output_error(
     Operation, const TernaryInput<float> &, float, double, RoundingMode);
-template void explain_ternary_operation_one_output_error(
-    Operation, const TernaryInput<double> &, double, double, RoundingMode);
-template void
-explain_ternary_operation_one_output_error(Operation,
-                                           const TernaryInput<long double> &,
-                                           long double, double, RoundingMode);
 template void explain_ternary_operation_one_output_error(
     Operation, const TernaryInput<double> &, float, double, RoundingMode);
+template void explain_ternary_operation_one_output_error(
+    Operation, const TernaryInput<double> &, double, double, RoundingMode);
 template void explain_ternary_operation_one_output_error(
     Operation, const TernaryInput<long double> &, float, double, RoundingMode);
-
 template void explain_ternary_operation_one_output_error(
     Operation, const TernaryInput<long double> &, double, double, RoundingMode);
-
+template void
+explain_ternary_operation_one_output_error(Operation,
+                                           const TernaryInput<long double> &,
+                                           long double, double, RoundingMode);
 #ifdef LIBC_TYPES_HAS_FLOAT16
 template void explain_ternary_operation_one_output_error(
     Operation, const TernaryInput<float> &, float16, double, RoundingMode);
@@ -1275,15 +1273,14 @@ template bool compare_ternary_operation_one_output(Operation,
                                                    const TernaryInput<double> &,
                                                    double, double,
                                                    RoundingMode);
+template bool compare_ternary_operation_one_output(
+    Operation, const TernaryInput<long double> &, float, double, RoundingMode);
+template bool compare_ternary_operation_one_output(
+    Operation, const TernaryInput<long double> &, double, double, RoundingMode);
 template bool
 compare_ternary_operation_one_output(Operation,
                                      const TernaryInput<long double> &,
                                      long double, double, RoundingMode);
-
-template bool compare_ternary_operation_one_output(
-    Operation, const TernaryInput<long double> &, double, double, RoundingMode);
-template bool compare_ternary_operation_one_output(
-    Operation, const TernaryInput<long double> &, float, double, RoundingMode);
 #ifdef LIBC_TYPES_HAS_FLOAT16
 template bool compare_ternary_operation_one_output(Operation,
                                                    const TernaryInput<float> &,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will first merge fdiv and then match the MPFRwrapper.

@overmighty
Copy link
Member

overmighty commented Aug 3, 2024

-DLIBC_USE_NEW_HEADER_GEN=OFF is still an option, so you should still update libc/spec/stdc.td and libc/spec/llvm_libc_ext.td.

@aaryanshukla aaryanshukla requested a review from overmighty August 5, 2024 20:34
Copy link
Member

@overmighty overmighty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with whitespace nits.

@aaryanshukla aaryanshukla merged commit 2c74237 into llvm:main Aug 7, 2024
7 checks passed
@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder libc-aarch64-ubuntu-fullbuild-dbg running on libc-aarch64-ubuntu while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/71/builds/3805

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
-- Configuring done
-- Generating done
-- Build files have been written to: /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/521] Generating sys/socket.h
FAILED: projects/libc/include/sys/socket.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/socket.h --header sys/socket.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/socket.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/521] Generating uchar.h
FAILED: projects/libc/include/uchar.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/uchar.h --header uchar.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/uchar.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/521] Generating sys/time.h
FAILED: projects/libc/include/sys/time.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/time.h --header sys/time.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/time.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/521] Generating sys/syscall.h
FAILED: projects/libc/include/sys/syscall.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/syscall.h --header sys/syscall.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/syscall.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Step 6 (build libc) failure: build libc (failure)
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/521] Generating sys/socket.h
FAILED: projects/libc/include/sys/socket.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/socket.h --header sys/socket.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/socket.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/521] Generating uchar.h
FAILED: projects/libc/include/uchar.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/uchar.h --header uchar.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/uchar.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/521] Generating sys/time.h
FAILED: projects/libc/include/sys/time.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/time.h --header sys/time.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/time.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/521] Generating sys/syscall.h
FAILED: projects/libc/include/sys/syscall.h 
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/sys/syscall.h --header sys/syscall.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/sys/syscall.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef16 --e=ceilf16 --e=copysignf16 --e=f16add --e=f16addf --e=f16div --e=f16divf --e=f16fma --e=f16fmaf --e=f16mul --e=f16mulf --e=f16sqrt --e=f16sqrtf --e=f16sub --e=f16subf --e=fabsf16 --e=fdimf16 --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floorf16 --e=fmaxf16 --e=fmaximum_mag_numf16 --e=fmaximum_magf16 --e=fmaximum_numf16 --e=fmaximumf16 --e=fminf16 --e=fminimum_mag_numf16 --e=fminimum_magf16 --e=fminimum_numf16 --e=fminimumf16 --e=frexpf16 --e=fromfpf16 --e=fromfpxf16 --e=getpayloadf16 --e=ilogbf16 --e=ldexpf16 --e=llogbf16 --e=llrintf16 --e=llroundf16 --e=logbf16 --e=lrintf16 --e=lroundf16 --e=nanf16 --e=nearbyintf16 --e=nextafterf16 --e=nextdownf16 --e=nextupf16 --e=remainderf16 --e=remquof16 --e=rintf16 --e=roundevenf16 --e=roundf16 --e=scalblnf16 --e=scalbnf16 --e=setpayloadf16 --e=setpayloadsigf16 --e=totalorderf16 --e=totalordermagf16 --e=truncf16 --e=ufromfpf16 --e=ufromfpxf16 --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[5/521] Generating wchar.h
FAILED: projects/libc/include/wchar.h
cd /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include && /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/build/projects/libc/include/wchar.h --header wchar.h --def /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/include/wchar.h.def -I /home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_
ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_spin_destroy --e=pthread_spin_init --e=pthread_spin_lock --e=pthread_spin_trylock --e=pthread_spin_unlock --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello

@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder libc-x86_64-debian-fullbuild-dbg running on libc-x86_64-debian-fullbuild while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/179/builds/3719

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating ctype.h
FAILED: projects/libc/include/ctype.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h --header ctype.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include/ctype.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=st
--e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd

orderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating inttypes.h
FAILED: projects/libc/include/inttypes.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/inttypes.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/inttypes.h --header inttypes.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include/inttypes.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=

 --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=dfmal --e=dmull --e=dsqrtl --e=daddl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf12
 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating assert.h
FAILED: projects/libc/include/assert.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/assert.h 

tf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=t

talorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
Step 6 (build libc) failure: build libc (failure)
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating ctype.h
FAILED: projects/libc/include/ctype.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h --header ctype.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include/ctype.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=st
--e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd

orderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating inttypes.h
FAILED: projects/libc/include/inttypes.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/inttypes.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/inttypes.h --header inttypes.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include/inttypes.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=

 --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=dfmal --e=dmull --e=dsqrtl --e=daddl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf12
 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating assert.h
FAILED: projects/libc/include/assert.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/assert.h 

tf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=t

talorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/518] Generating threads.h
FAILED: projects/libc/include/threads.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/threads.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/build/projects/libc/include/threads.h --header threads.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/include/threads.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first
rintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --

=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td

@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder libc-x86_64-debian-gcc-fullbuild-dbg running on libc-x86_64-debian-fullbuild while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/131/builds/3772

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating stdint.h
FAILED: projects/libc/include/stdint.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdint.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdint.h --header stdint.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include/stdint.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strto
--e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock 

 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating dlfcn.h
FAILED: projects/libc/include/dlfcn.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/dlfcn.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/dlfcn.h --header dlfcn.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include/dlfcn.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e

=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=dfmal --e=dmull --e=dsqrtl --e=daddl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 
-e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating stdfix.h
FAILED: projects/libc/include/stdfix.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdfix.h 

--e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock 

 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
Step 6 (build libc) failure: build libc (failure)
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating stdint.h
FAILED: projects/libc/include/stdint.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdint.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdint.h --header stdint.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include/stdint.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strto
--e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock 

 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating dlfcn.h
FAILED: projects/libc/include/dlfcn.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/dlfcn.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/dlfcn.h --header dlfcn.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include/dlfcn.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e

=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=dfmal --e=dmull --e=dsqrtl --e=daddl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 
-e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating stdfix.h
FAILED: projects/libc/include/stdfix.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/stdfix.h 

--e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock 

 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/518] Generating features.h
FAILED: projects/libc/include/features.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/features.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/include/features.h --header features.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/include/features.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_
ename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx

adf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/config/linux/api.td

@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder libc-x86_64-debian-fullbuild-dbg-asan running on libc-x86_64-debian-fullbuild while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/171/builds/3708

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating time.h
FAILED: projects/libc/include/time.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/time.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/time.h --header time.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include/time.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=
-e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock -

--e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating search.h
FAILED: projects/libc/include/search.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/search.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/search.h --header search.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include/search.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=re

lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=dfmal --e=dmull --e=dsqrtl --e=daddl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayl
adf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating features.h
FAILED: projects/libc/include/features.h /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/features.h 
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/bin/libc-hdrgen -o /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/build/projects/libc/include/features.h --header features.h --def /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/include/features.h.def -I /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=
--e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --

payloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/config/linux/api.td:3:
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-fullbuild-dbg-asan/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration

@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder libc-riscv64-debian-fullbuild-dbg running on libc-riscv64-debian while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/183/builds/2415

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
-- Configuring done
-- Generating done
-- Build files have been written to: /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating dlfcn.h
FAILED: projects/libc/include/dlfcn.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dlfcn.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dlfcn.h --header dlfcn.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/dlfcn.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating fenv.h
FAILED: projects/libc/include/fenv.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/fenv.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/fenv.h --header fenv.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/fenv.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating ctype.h
FAILED: projects/libc/include/ctype.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h --header ctype.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/ctype.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/518] Generating features.h
FAILED: projects/libc/include/features.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/features.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/features.h --header features.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/features.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Step 6 (build libc) failure: build libc (failure)
@@@BUILD_STEP build libc@@@
Running: ninja libc
[1/518] Generating dlfcn.h
FAILED: projects/libc/include/dlfcn.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dlfcn.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dlfcn.h --header dlfcn.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/dlfcn.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[2/518] Generating fenv.h
FAILED: projects/libc/include/fenv.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/fenv.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/fenv.h --header fenv.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/fenv.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[3/518] Generating ctype.h
FAILED: projects/libc/include/ctype.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/ctype.h --header ctype.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/ctype.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[4/518] Generating features.h
FAILED: projects/libc/include/features.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/features.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/features.h --header features.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/features.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:
/home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[5/518] Generating dirent.h
FAILED: projects/libc/include/dirent.h /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dirent.h 
cd /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include && /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/bin/libc-hdrgen -o /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/build/projects/libc/include/dirent.h --header dirent.h --def /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/include/dirent.h.def -I /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=dlclose --e=dlerror --e=dlopen --e=dlsym --e=errno --e=creat --e=fcntl --e=open --e=openat --e=sched_get_priority_max --e=sched_get_priority_min --e=sched_getaffinity --e=sched_getparam --e=sched_getscheduler --e=sched_rr_get_interval --e=sched_setaffinity --e=sched_setparam --e=sched_setscheduler --e=sched_yield --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strdup --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strndup --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strsignal --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=abs --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=div --e=labs --e=ldiv --e=llabs --e=lldiv --e=qsort --e=qsort_r --e=rand --e=srand --e=strfromd --e=strfromf --e=strfroml --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=aligned_alloc --e=calloc --e=free --e=malloc --e=realloc --e=fdopen --e=fileno --e=fprintf --e=fscanf --e=printf --e=remove --e=rename --e=scanf --e=snprintf --e=sprintf --e=asprintf --e=sscanf --e=vsscanf --e=vfprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=epoll_create --e=epoll_create1 --e=epoll_ctl --e=epoll_pwait --e=epoll_wait --e=madvise --e=mincore --e=mlock --e=mlock2 --e=mlockall --e=mmap --e=mprotect --e=msync --e=munlock --e=munlockall --e=munmap --e=posix_madvise --e=shm_open --e=shm_unlink --e=getrandom --e=getrlimit --e=setrlimit --e=sendfile --e=chmod --e=fchmod --e=fchmodat --e=fstat --e=lstat --e=mkdir --e=mkdirat --e=stat --e=fstatvfs --e=statvfs --e=uname --e=wait --e=wait4 --e=waitpid --e=prctl --e=getauxval --e=cfgetispeed --e=cfgetospeed --e=cfsetispeed --e=cfsetospeed --e=tcdrain --e=tcflow --e=tcflush --e=tcgetattr --e=tcgetsid --e=tcsendbreak --e=tcsetattr --e=access --e=chdir --e=close --e=dup --e=dup2 --e=dup3 --e=execve --e=fchdir --e=fpathconf --e=fsync --e=ftruncate --e=getcwd --e=geteuid --e=getpid --e=getppid --e=gettid --e=getuid --e=isatty --e=link --e=linkat --e=lseek --e=pathconf --e=pipe --e=pread --e=pwrite --e=read --e=readlink --e=readlinkat --e=rmdir --e=symlink --e=symlinkat --e=sysconf --e=truncate --e=unlink --e=unlinkat --e=write --e=wctob --e=__assert_fail --e=__stack_chk_fail --e=closedir --e=dirfd --e=opendir --e=readdir --e=htonl --e=htons --e=ntohl --e=ntohs --e=pthread_atfork --e=pthread_attr_destroy --e=pthread_attr_getdetachstate --e=pthread_attr_getguardsize --e=pthread_attr_getstack --e=pthread_attr_getstacksize --e=pthread_attr_init --e=pthread_attr_setdetachstate --e=pthread_attr_setguardsize --e=pthread_attr_setstack --e=pthread_attr_setstacksize --e=pthread_condattr_destroy --e=pthread_condattr_getclock --e=pthread_condattr_getpshared --e=pthread_condattr_init --e=pthread_condattr_setclock --e=pthread_condattr_setpshared --e=pthread_create --e=pthread_detach --e=pthread_equal --e=pthread_exit --e=pthread_getname_np --e=pthread_getspecific --e=pthread_join --e=pthread_key_create --e=pthread_key_delete --e=pthread_mutex_destroy --e=pthread_mutex_init --e=pthread_mutex_lock --e=pthread_mutex_unlock --e=pthread_mutexattr_destroy --e=pthread_mutexattr_getpshared --e=pthread_mutexattr_getrobust --e=pthread_mutexattr_gettype --e=pthread_mutexattr_init --e=pthread_mutexattr_setpshared --e=pthread_mutexattr_setrobust --e=pthread_mutexattr_settype --e=pthread_once --e=pthread_rwlock_clockrdlock --e=pthread_rwlock_clockwrlock --e=pthread_rwlock_destroy --e=pthread_rwlock_init --e=pthread_rwlock_rdlock --e=pthread_rwlock_timedrdlock --e=pthread_rwlock_timedwrlock --e=pthread_rwlock_tryrdlock --e=pthread_rwlock_trywrlock --e=pthread_rwlock_unlock --e=pthread_rwlock_wrlock --e=pthread_rwlockattr_destroy --e=pthread_rwlockattr_getkind_np --e=pthread_rwlockattr_getpshared --e=pthread_rwlockattr_init --e=pthread_rwlockattr_setkind_np --e=pthread_rwlockattr_setpshared --e=pthread_self --e=pthread_setname_np --e=pthread_setspecific --e=__sched_getcpucount --e=longjmp --e=setjmp --e=clearerr --e=clearerr_unlocked --e=fclose --e=feof --e=feof_unlocked --e=ferror --e=ferror_unlocked --e=fflush --e=fgetc --e=fgetc_unlocked --e=fgets --e=flockfile --e=fopen --e=fopencookie --e=fputc --e=fputs --e=fread --e=fread_unlocked --e=fseek --e=fseeko --e=ftell --e=ftello --e=funlockfile --e=fwrite --e=fwrite_unlocked --e=getc --e=getc_unlocked --e=getchar --e=getchar_unlocked --e=putc --e=putchar --e=puts --e=setbuf --e=setvbuf --e=stderr --e=stdin --e=stdout --e=ungetc --e=_Exit --e=abort --e=at_quick_exit --e=atexit --e=exit --e=getenv --e=quick_exit --e=kill --e=raise --e=sigaction --e=sigaddset --e=sigaltstack --e=sigdelset --e=sigemptyset --e=sigfillset --e=signal --e=sigprocmask --e=posix_spawn --e=posix_spawn_file_actions_addclose --e=posix_spawn_file_actions_adddup2 --e=posix_spawn_file_actions_addopen --e=posix_spawn_file_actions_destroy --e=posix_spawn_file_actions_init --e=hcreate --e=hcreate_r --e=hdestroy --e=hdestroy_r --e=hsearch --e=hsearch_r --e=insque --e=remque --e=call_once --e=cnd_broadcast --e=cnd_destroy --e=cnd_init --e=cnd_signal --e=cnd_wait --e=mtx_destroy --e=mtx_init --e=mtx_lock --e=mtx_unlock --e=thrd_create --e=thrd_current --e=thrd_detach --e=thrd_equal --e=thrd_exit --e=thrd_join --e=tss_create --e=tss_delete --e=tss_get --e=tss_set --e=asctime --e=asctime_r --e=clock --e=clock_gettime --e=difftime --e=gettimeofday --e=gmtime --e=gmtime_r --e=mktime --e=nanosleep --e=time --e=__llvm_libc_syscall --e=_exit --e=environ --e=execv --e=fork --e=getopt --e=optarg --e=opterr --e=optind --e=optopt --e=swab --e=select --e=bind --e=socket --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbrt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=cospif --e=daddl --e=dfmal --e=dmull --e=dsqrtl --e=dsubl --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fadd --e=fdim --e=fdimf --e=fdiml --e=fdiv --e=fdivl --e=ffma --e=ffmal --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=fmull --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=fsqrt --e=fsqrtl --e=fsub --e=fsubl --e=getpayload --e=getpayloadf --e=getpayloadl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=setpayload --e=setpayloadf --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sinpif --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=totalorder --e=totalorderf --e=totalordermag --e=totalordermagf --e=totalordermagl --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=canonicalizef128 --e=ceilf128 --e=copysignf128 --e=daddf128 --e=ddivf128 --e=dfmaf128 --e=dmulf128 --e=dsqrtf128 --e=dsubf128 --e=fabsf128 --e=fdimf128 --e=fdivf128 --e=ffmaf128 --e=floorf128 --e=fmaxf128 --e=fmaximum_mag_numf128 --e=fmaximum_magf128 --e=fmaximum_numf128 --e=fmaximumf128 --e=fminf128 --e=fminimum_mag_numf128 --e=fminimum_magf128 --e=fminimum_numf128 --e=fminimumf128 --e=fmodf128 --e=fmulf128 --e=frexpf128 --e=fromfpf128 --e=fromfpxf128 --e=fsqrtf128 --e=fsubf128 --e=getpayloadf128 --e=ilogbf128 --e=ldexpf128 --e=llogbf128 --e=llrintf128 --e=llroundf128 --e=logbf128 --e=lrintf128 --e=lroundf128 --e=modff128 --e=nanf128 --e=nearbyintf128 --e=nextafterf128 --e=nextdownf128 --e=nextupf128 --e=remainderf128 --e=remquof128 --e=rintf128 --e=roundevenf128 --e=roundf128 --e=scalbnf128 --e=setpayloadf128 --e=sqrtf128 --e=totalorderf128 --e=totalordermagf128 --e=truncf128 --e=ufromfpf128 --e=ufromfpxf128 /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td
Included from /home/libc_worker/libc-riscv64-debian/libc-riscv64-debian-fullbuild-dbg/llvm-project/libc/config/linux/api.td:3:

@llvm-ci
Copy link
Collaborator

llvm-ci commented Aug 7, 2024

LLVM Buildbot has detected a new failure on builder fuchsia-x86_64-linux running on fuchsia-debian-64-us-central1-a-1 while building libc at step 4 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/11/builds/2979

Here is the relevant piece of the build log for the reference:

Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/fuchsia-linux.py ...' (failure)
...
[42/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/struct_tm.h
[43/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/__atexithandler_t.h
[44/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char8_t.h
[45/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char16_t.h
[46/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-macros/math-macros.h
[47/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char32_t.h
[48/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-macros/containerof-macro.h
[49/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/float128.h
[50/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/cookie_io_functions_t.h
[51/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h --header ctype.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/ctype.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fes
 --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[52/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h --header assert.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/assert.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=
brt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[53/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h --header errno.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/errno.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbr
 --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[54/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h --header stdint.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/stdint.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=
brt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Step 6 (build) failure: build (failure)
...
[42/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/struct_tm.h
[43/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/__atexithandler_t.h
[44/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char8_t.h
[45/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char16_t.h
[46/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-macros/math-macros.h
[47/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/char32_t.h
[48/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-macros/containerof-macro.h
[49/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/float128.h
[50/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/llvm-libc-types/cookie_io_functions_t.h
[51/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/ctype.h --header ctype.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/ctype.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fes
 --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[52/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/assert.h --header assert.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/assert.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=
brt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[53/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/errno.h --header errno.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/errno.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=cbr
 --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: Element type mismatch for list: element type 'ArgSpec' not convertible to 'Annotation
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
Included from /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td:3:
/var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/spec/stdc.td:609:119: error: expected ';' after declaration
          GuardedFunctionSpec<"remainderf128", RetValSpec<Float128Type, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
                                                                                                                      ^
[54/1679] Generating /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h
FAILED: /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h 
cd /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include && /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/bin/libc-hdrgen -o /var/lib/buildbot/fuchsia-x86_64-linux/build/llvm-build-xaju7kek/include/armv7m-unknown-none-eabi/stdint.h --header stdint.h --def /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/include/stdint.h.def -I /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc --e=__assert_fail --e=isalnum --e=isalpha --e=isascii --e=isblank --e=iscntrl --e=isdigit --e=isgraph --e=islower --e=isprint --e=ispunct --e=isspace --e=isupper --e=isxdigit --e=toascii --e=tolower --e=toupper --e=__stack_chk_fail --e=errno --e=longjmp --e=setjmp --e=bcmp --e=bcopy --e=bzero --e=index --e=memccpy --e=memchr --e=memcmp --e=memcpy --e=memmem --e=memmove --e=mempcpy --e=memrchr --e=memset --e=memset_explicit --e=rindex --e=stpcpy --e=stpncpy --e=strcasecmp --e=strcasestr --e=strcat --e=strchr --e=strchrnul --e=strcmp --e=strcoll --e=strcpy --e=strcspn --e=strerror --e=strerror_r --e=strlcat --e=strlcpy --e=strlen --e=strncasecmp --e=strncat --e=strncmp --e=strncpy --e=strnlen --e=strpbrk --e=strrchr --e=strsep --e=strspn --e=strstr --e=strtok --e=strtok_r --e=strxfrm --e=imaxabs --e=imaxdiv --e=strtoimax --e=strtoumax --e=getchar --e=printf --e=putchar --e=puts --e=remove --e=snprintf --e=sprintf --e=asprintf --e=vprintf --e=vsnprintf --e=vsprintf --e=vasprintf --e=stdc_bit_ceil_uc --e=stdc_bit_ceil_ui --e=stdc_bit_ceil_ul --e=stdc_bit_ceil_ull --e=stdc_bit_ceil_us --e=stdc_bit_floor_uc --e=stdc_bit_floor_ui --e=stdc_bit_floor_ul --e=stdc_bit_floor_ull --e=stdc_bit_floor_us --e=stdc_bit_width_uc --e=stdc_bit_width_ui --e=stdc_bit_width_ul --e=stdc_bit_width_ull --e=stdc_bit_width_us --e=stdc_count_ones_uc --e=stdc_count_ones_ui --e=stdc_count_ones_ul --e=stdc_count_ones_ull --e=stdc_count_ones_us --e=stdc_count_zeros_uc --e=stdc_count_zeros_ui --e=stdc_count_zeros_ul --e=stdc_count_zeros_ull --e=stdc_count_zeros_us --e=stdc_first_leading_one_uc --e=stdc_first_leading_one_ui --e=stdc_first_leading_one_ul --e=stdc_first_leading_one_ull --e=stdc_first_leading_one_us --e=stdc_first_leading_zero_uc --e=stdc_first_leading_zero_ui --e=stdc_first_leading_zero_ul --e=stdc_first_leading_zero_ull --e=stdc_first_leading_zero_us --e=stdc_first_trailing_one_uc --e=stdc_first_trailing_one_ui --e=stdc_first_trailing_one_ul --e=stdc_first_trailing_one_ull --e=stdc_first_trailing_one_us --e=stdc_first_trailing_zero_uc --e=stdc_first_trailing_zero_ui --e=stdc_first_trailing_zero_ul --e=stdc_first_trailing_zero_ull --e=stdc_first_trailing_zero_us --e=stdc_has_single_bit_uc --e=stdc_has_single_bit_ui --e=stdc_has_single_bit_ul --e=stdc_has_single_bit_ull --e=stdc_has_single_bit_us --e=stdc_leading_ones_uc --e=stdc_leading_ones_ui --e=stdc_leading_ones_ul --e=stdc_leading_ones_ull --e=stdc_leading_ones_us --e=stdc_leading_zeros_uc --e=stdc_leading_zeros_ui --e=stdc_leading_zeros_ul --e=stdc_leading_zeros_ull --e=stdc_leading_zeros_us --e=stdc_trailing_ones_uc --e=stdc_trailing_ones_ui --e=stdc_trailing_ones_ul --e=stdc_trailing_ones_ull --e=stdc_trailing_ones_us --e=stdc_trailing_zeros_uc --e=stdc_trailing_zeros_ui --e=stdc_trailing_zeros_ul --e=stdc_trailing_zeros_ull --e=stdc_trailing_zeros_us --e=_Exit --e=abort --e=abs --e=aligned_alloc --e=atof --e=atoi --e=atol --e=atoll --e=bsearch --e=calloc --e=div --e=exit --e=free --e=freelist_malloc --e=labs --e=ldiv --e=llabs --e=lldiv --e=malloc --e=qsort --e=rand --e=realloc --e=srand --e=strtod --e=strtof --e=strtol --e=strtold --e=strtoll --e=strtoul --e=strtoull --e=asctime --e=asctime_r --e=difftime --e=gmtime --e=gmtime_r --e=mktime --e=init --e=fini --e=feclearexcept --e=fedisableexcept --e=feenableexcept --e=fegetenv --e=fegetexcept --e=fegetexceptflag --e=fegetround --e=feholdexcept --e=feraiseexcept --e=fesetenv --e=fesetexcept --e=fesetexceptflag --e=fesetround --e=fetestexcept --e=fetestexceptflag --e=feupdateenv --e=acosf --e=acoshf --e=asinf --e=asinhf --e=atan2 --e=atan2f --e=atanf --e=atanhf --e=canonicalize --e=canonicalizef --e=canonicalizel --e=
brt --e=cbrtf --e=ceil --e=ceilf --e=ceill --e=copysign --e=copysignf --e=copysignl --e=cos --e=cosf --e=coshf --e=erff --e=exp --e=exp10 --e=exp10f --e=exp2 --e=exp2f --e=exp2m1f --e=expf --e=expm1 --e=expm1f --e=fabs --e=fabsf --e=fabsl --e=fdim --e=fdimf --e=fdiml --e=floor --e=floorf --e=floorl --e=fma --e=fmaf --e=fmax --e=fmaxf --e=fmaximum --e=fmaximum_mag --e=fmaximum_mag_num --e=fmaximum_mag_numf --e=fmaximum_mag_numl --e=fmaximum_magf --e=fmaximum_magl --e=fmaximum_num --e=fmaximum_numf --e=fmaximum_numl --e=fmaximumf --e=fmaximuml --e=fmaxl --e=fmin --e=fminf --e=fminimum --e=fminimum_mag --e=fminimum_mag_num --e=fminimum_mag_numf --e=fminimum_mag_numl --e=fminimum_magf --e=fminimum_magl --e=fminimum_num --e=fminimum_numf --e=fminimum_numl --e=fminimumf --e=fminimuml --e=fminl --e=fmod --e=fmodf --e=fmodl --e=fmul --e=frexp --e=frexpf --e=frexpl --e=fromfp --e=fromfpf --e=fromfpl --e=fromfpx --e=fromfpxf --e=fromfpxl --e=hypot --e=hypotf --e=ilogb --e=ilogbf --e=ilogbl --e=isnan --e=isnanf --e=isnanl --e=ldexp --e=ldexpf --e=ldexpl --e=llogb --e=llogbf --e=llogbl --e=llrint --e=llrintf --e=llrintl --e=llround --e=llroundf --e=llroundl --e=log --e=log10 --e=log10f --e=log1p --e=log1pf --e=log2 --e=log2f --e=logb --e=logbf --e=logbl --e=logf --e=lrint --e=lrintf --e=lrintl --e=lround --e=lroundf --e=lroundl --e=modf --e=modff --e=modfl --e=nan --e=nanf --e=nanl --e=nearbyint --e=nearbyintf --e=nearbyintl --e=nextafter --e=nextafterf --e=nextafterl --e=nextdown --e=nextdownf --e=nextdownl --e=nexttoward --e=nexttowardf --e=nexttowardl --e=nextup --e=nextupf --e=nextupl --e=pow --e=powf --e=remainder --e=remainderf --e=remainderl --e=remquo --e=remquof --e=remquol --e=rint --e=rintf --e=rintl --e=round --e=roundeven --e=roundevenf --e=roundevenl --e=roundf --e=roundl --e=scalbn --e=scalbnf --e=scalbnl --e=sin --e=sincos --e=sincosf --e=sinf --e=sinhf --e=sqrt --e=sqrtf --e=sqrtl --e=tan --e=tanf --e=tanhf --e=trunc --e=truncf --e=truncl --e=ufromfp --e=ufromfpf --e=ufromfpl --e=ufromfpx --e=ufromfpxf --e=ufromfpxl --e=abshk --e=abshr --e=absk --e=abslk --e=abslr --e=absr --e=exphk --e=expk --e=roundhk --e=roundhr --e=roundk --e=roundlk --e=roundlr --e=roundr --e=rounduhk --e=rounduhr --e=rounduk --e=roundulk --e=roundulr --e=roundur --e=sqrtuhk --e=sqrtuhr --e=sqrtuk --e=sqrtur --e=sqrtulr --e=uhksqrtus --e=uksqrtui /var/lib/buildbot/fuchsia-x86_64-linux/llvm-project/libc/config/baremetal/api.td

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants